AttachmentBaseContentStream Property |
Gets or sets the content stream.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic Stream ContentStream { get; set; }
Public Property ContentStream As Stream
Get
Set
public:
property Stream^ ContentStream {
Stream^ get ();
void set (Stream^ value);
}
member ContentStream : Stream with get, set
Property Value
Type:
StreamThe content stream.
See Also