IFileAttachmentContentHandler Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a file attachment content handler. An application can implement IFileAttachmentContentHandler to provide the stream to which the content of a file attachment should be written.
public interface class IFileAttachmentContentHandler
public interface IFileAttachmentContentHandler
Public Interface IFileAttachmentContentHandler
Methods
GetOutputStream(String) |
Provides a stream to which the content of the attachment with the specified identifier should be written. |