AttachmentCollectionAddFileAttachment(String, Byte) - метод
Adds a file attachment to the collection.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public FileAttachment AddFileAttachment(
string name,
byte[] content
)
Public Function AddFileAttachment (
name As String,
content As Byte()
) As FileAttachment
public:
FileAttachment^ AddFileAttachment(
String^ name,
array<unsigned char>^ content
)
member AddFileAttachment :
name : string *
content : byte[] -> FileAttachment
- name String
- The display name of the new attachment.
- content Byte
- A byte arrays representing the content of the attachment.
FileAttachmentA FileAttachment instance.