FileAttachmentLoad(String) - метод

Loads the content of the file attachment into the specified file. Calling this method results in a call to EWS.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task Load(
	string fileName
)

Параметры

fileName  String
The name of the file to load the content of the attachment into. If the file already exists, it is overwritten.

Возвращаемое значение

Task

См. также