Overview
MsgStorage is a class in Aspose.Email FOSS for .NET.
Constructors
| Signature | Description |
|---|
MsgStorage(name: string, role: MsgStorageRole) | Creates a new MsgStorage with the specified parameters. |
Methods
| Signature | Description |
|---|
AddStream(stream: MsgStream) | |
AddStorage(storage: MsgStorage) | |
FindStream(name: string) | |
FindStorage(name: string) | |
Properties
| Name | Type | Access | Description |
|---|
Name | string | read | |
Role | MsgStorageRole | read | |
Clsid | byte[] | read | |
StateBits | uint | read | |
CreationTime | ulong | read | |
ModifiedTime | ulong | read | |
Streams | IList<MsgStream> | read | |
Storages | IList<MsgStorage> | read | |
See Also