IFileAttachmentContentHandler - интерфейс
Defines a file attachment content handler. Application can implement IFileAttachmentContentHandler
to provide a stream in which the content of file attachment should be written.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public interface IFileAttachmentContentHandler
Public Interface IFileAttachmentContentHandler
public interface class IFileAttachmentContentHandler
type IFileAttachmentContentHandler = interface end
GetOutputStream |
Provides a stream to which the content of the attachment with the specified Id should be written.
|