AttachmentBase.ContentStream プロパティ

定義

この添付ファイルのコンテンツ ストリームを取得します。

public:
 property System::IO::Stream ^ ContentStream { System::IO::Stream ^ get(); };
public System.IO.Stream ContentStream { get; }
member this.ContentStream : System.IO.Stream
Public ReadOnly Property ContentStream As Stream

プロパティ値

この添付データのコンテンツ ストリーム。

適用対象