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

属性值

此附件的内容流。

适用于