MsgStorage
Overview
MsgStorage is a class in Aspose.Email for NET.
MsgStorage.MsgStorage creates a storage object with the specified name and role.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets or sets the storage’s name |
Role | MsgStorageRole | Read/Write | Gets or sets the storage’s role (type of storage) |
Clsid | byte[] | Read/Write | Gets the CLSID identifier bytes for the storage |
StateBits | uint | Read/Write | Gets the state bits flags of the storage |
CreationTime | ulong | Read/Write | Gets the creation timestamp of the storage |
ModifiedTime | ulong | Read/Write | Gets the last modified timestamp of the storage |
Streams | IList<MsgStream> | Read | Gets the list of MsgStream objects contained in the storage |
Storages | IList<MsgStorage> | Read | Gets the list of child MsgStorage objects |
Methods
| Signature | Description |
|---|---|
MsgStorage(name: string, role: MsgStorageRole) | Creates a storage object with the specified name and role |
AddStream(stream: MsgStream) | Adds a MsgStream to this storage’s stream collection |
AddStorage(storage: MsgStorage) | Adds a child MsgStorage to this storage’s storage collection |
FindStream(name: string) | Returns the MsgStream with the given name, or null if not found |
FindStorage(name: string) |