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