msg_reader
Overview
msg_reader is a class in Aspose.Email for CPP.
Inherits from: msg_reader.
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 |
from_stream(stream: std::istream, strict: bool) → msg_reader | Creates a msg_reader by loading an MSG from the provided input stream |
strict() → bool | Returns whether the reader operates in strict parsing mode |