MboxStorageWriterBaseStream Property |
Gets the base stream.
Namespace:
Aspose.Email.Storage.Mbox
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic Stream BaseStream { get; }
Public ReadOnly Property BaseStream As Stream
Get
public:
property Stream^ BaseStream {
Stream^ get ();
}
member BaseStream : Stream with get
Property Value
Type:
StreamThe base stream.
See Also