IFileAttachmentContentHandler Interface

Definition

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.

Applies to