MsgStream
Overview
MsgStream is a class in Aspose.Email for NET.
MsgStream.MsgStream creates a new stream with a name and optional binary data.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets or sets the stream’s identifier string |
Data | byte[] | Read/Write | Gets or sets the raw byte array content of the stream |
Clsid | byte[] | Read/Write | Gets or sets the CLSID bytes associated with the stream |
StateBits | uint | Read/Write | Gets or sets a 32‑bit flag field describing stream state |
CreationTime | ulong | Read/Write | Gets or sets the file‑time when the stream was created |
ModifiedTime | ulong | Read/Write | Gets or sets the file‑time when the stream was last modified |
Methods
| Signature | Description |
|---|---|
MsgStream(name: string, data: byte[]?) | Creates a new stream with a name and optional binary data |