Для изменения размера нажмите или перетащите

FileAttachmentLoad(String) - метод

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

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

Параметры

fileName
Тип: SystemString
The name of the file to load the content of the attachment into. If the file already exists, it is overwritten.

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

Тип: Task
См. также