msg_reader
Overview
msg_reader is a class in Aspose.Email FOSS for C++.
Description
msg_reader is a class in the Aspose.Email FOSS library for C++ that exposes 3 methods and 0 properties for programmatic use.
Methods
| Signature | Description |
|---|---|
from_file(path: std::filesystem::path, strict: bool) → msg_reader | Creates a msg_reader by loading an MSG file from the given path; strict toggles strict parsing |
from_stream(stream: std::istream, strict: bool) → msg_reader | Creates a msg_reader by loading an MSG from the provided input stream; strict toggles strict parsing |
strict() → bool | Returns true if the reader was configured for strict parsing, otherwise false |