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

NameTypeAccessDescription
ValidationIssuesIReadOnlyList<string>ReadGets a read‑only list of validation issue messages detected during parsing

Methods

SignatureDescription
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