AttachmentCollectionAddFileAttachment(String) - метод
Adds a file attachment to the collection.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public FileAttachment AddFileAttachment(
string fileName
)
Public Function AddFileAttachment (
fileName As String
) As FileAttachment
public:
FileAttachment^ AddFileAttachment(
String^ fileName
)
member AddFileAttachment :
fileName : string -> FileAttachment
- fileName String
- The name of the file representing the content of the attachment.
FileAttachmentA FileAttachment instance.