Overview
MsgDocument is a class in Aspose.Email FOSS for .NET.
Constructors
| Signature | Description |
|---|
MsgDocument(root: MsgStorage, majorVersion: ushort, minorVersion: ushort, transactionSignatureNumber: uint, strict: bool) | Creates a new MsgDocument with the specified parameters. |
Methods
| Signature | Description |
|---|
FromFile(path: string, strict: bool) | |
FromStream(stream: Stream, strict: bool) | |
ToCfbDocument() | |
Properties
| Name | Type | Access | Description |
|---|
Root | MsgStorage | read | |
MajorVersion | ushort | read | |
MinorVersion | ushort | read | |
TransactionSignatureNumber | uint | read | |
Strict | bool | read | |
See Also