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

屬性值

這個附件的內容資料流。

適用於