IFileAttachmentContentHandler インターフェイス

定義

添付ファイルのコンテンツ ハンドラーを定義します。 アプリケーションは IFileAttachmentContentHandler を実装して、添付ファイルの内容を書き込むストリームを提供できます。

public interface class IFileAttachmentContentHandler
public interface IFileAttachmentContentHandler
Public Interface IFileAttachmentContentHandler

メソッド

GetOutputStream(String)

指定した識別子を持つ添付ファイルの内容を書き込むストリームを提供します。

適用対象