AttachmentBase.ContentStream Property

Definition

Gets the content stream of this attachment.

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

Property Value

The content stream of this attachment.

Applies to