MsgStream
Overview
MsgStream is a class in Aspose.Email FOSS for .NET.
MsgStream.MsgStream initializes a new stream with a name and optional data bytes.
Description
MsgStream is a class in the Aspose.Email FOSS library for .NET that exposes 0 methods and 6 properties for programmatic use.
Instances are created through a single constructor that initializes the object with default values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets or sets the stream’s identifier string |
Data | byte[] | Read/Write | Holds the raw byte content of the stream |
Clsid | byte[] | Read/Write | Stores the CLSID bytes associated with the stream |
StateBits | uint | Read/Write | Contains a 32‑bit flag field describing stream state |
CreationTime | ulong | Read/Write | Records the stream’s creation timestamp as a 64‑bit value |
ModifiedTime | ulong | Read/Write | Records the last modification timestamp as a 64‑bit value |
Methods
| Signature | Description |
|---|---|
MsgStream(name: string, data: byte[]?) | Initializes a new stream with a name and optional data bytes |