FileAttachmentLoad(Stream) - метод

Loads the content of the file attachment into the specified stream. 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(
	Stream stream
)

Параметры

stream  Stream
The stream to load the content of the attachment into.

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

Task

См. также