MsgReader
Overview
MsgReader is a class in Aspose.Email for NET.
Inherits from: IDisposable.
MsgReader.FromFile reads an MSG file from the specified path, using strict mode if true.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ValidationIssues | IReadOnlyList<string> | Read | Gets a read‑only list of validation issue messages detected during parsing |
Methods
| Signature | Description |
|---|---|
FromFile(path: string, strict: bool) | Reads an MSG file from the specified path, using strict mode if true |
FromStream(stream: Stream, strict: bool) | Reads an MSG document from the provided stream, applying strict validation when true |
Dispose() | Releases all unmanaged resources held by the MsgReader instance |