Interface IFileAttachmentContentHandler
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines a file attachment content handler. Application can implement IFileAttachmentContentHandler to provide a stream in which the content of file attachment should be written.
public interface IFileAttachmentContentHandler
Methods
GetOutputStream(string)
Provides a stream to which the content of the attachment with the specified Id should be written.
Stream GetOutputStream(string attachmentId)
Parameters
attachmentId
stringThe Id of the attachment that is being loaded.
Returns
- Stream
A Stream to which the content of the attachment will be written.