IFileAttachmentContentHandlerGetOutputStream - метод

Provides a stream to which the content of the attachment with the specified Id should be written.

Definition

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

Параметры

attachmentId  String
The Id of the attachment that is being loaded.

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

Stream
A Stream to which the content of the attachment will be written.

См. также