msg_document
Vue de l’ensemble
‘msg_document’ est une classe dans Aspose.Email FOSS pour C++.
Description
‘msg_document’ est une classe dans la bibliothèque Aspose.Email FOSS pour C++ qui expose 10 méthodes et 0 propriétés pour l’utilisation programmée.
méthodes
| Signature | Description |
|---|---|
major_version() → std::uint16_t | Returns the major version number of the MSG format |
minor_version() → std::uint16_t | Returns the minor version number of the MSG format |
transaction_signature_number() → std::uint32_t | Returns the transaction signature identifier of the MSG document |
strict() → bool | Indicates whether the document was parsed in strict mode |
from_reader(reader: msg_reader) → msg_document | Creates a msg_document by reading from a msg_reader instance |
from_file(path: std::filesystem::path, strict: bool) → msg_document | Loads a msg_document from a file path with optional strict parsing |
from_stream(stream: std::istream, strict: bool) → msg_document | Loads a msg_document from an input stream with optional strict parsing |
to_cfb_document() → cfb::cfb_document | Converts the msg_document into a CFB storage document |
Voir aussi
- Aspose.Email pour C++ — Enterprise API Reference