IFileAttachmentContentHandlerGetOutputStream - метод |
Provides a stream to which the content of the attachment with the specified Id should be written.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис Stream GetOutputStream(
string attachmentId
)
Function GetOutputStream (
attachmentId As String
) As Stream
Stream^ GetOutputStream(
String^ attachmentId
)
abstract GetOutputStream :
attachmentId : string -> Stream
Параметры
- attachmentId
- Тип: SystemString
The Id of the attachment that is being loaded.
Возвращаемое значение
Тип:
StreamA Stream to which the content of the attachment will be written.
См. также