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.6.0.22
Stream GetOutputStream(
string attachmentId
)
Function GetOutputStream (
attachmentId As String
) As Stream
Stream^ GetOutputStream(
String^ attachmentId
)
abstract GetOutputStream :
attachmentId : string -> Stream
- attachmentId String
- The Id of the attachment that is being loaded.
StreamA Stream to which the content of the attachment will be written.