msg_reader
Vue de l’ensemble
‘msg_reader’ est une classe dans Aspose.Email FOSS pour C++.
Description
msg_reader est une classe dans la bibliothèque Aspose.Email FOSS pour C++ qui expose 5 méthodes et 0 propriétés pour l’utilisation programmée.
méthodes
| 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 |
Voir aussi
- Aspose.Email pour C++ — Enterprise API Reference