msg_document

Overview

msg_document is a class in Aspose.Email FOSS for C++.

Description

msg_document is a class in the Aspose.Email FOSS library for C++ that exposes 8 methods and 0 properties for programmatic use.

Methods

SignatureDescription
major_version()std::uint16_tReturns the major version number of the MSG format
minor_version()std::uint16_tReturns the minor version number of the MSG format
transaction_signature_number()std::uint32_tReturns the transaction signature identifier of the MSG document
strict()boolIndicates whether the document was parsed in strict mode
from_reader(reader: msg_reader)msg_documentCreates a msg_document by reading from a msg_reader instance
from_file(path: std::filesystem::path, strict: bool)msg_documentLoads a msg_document from a file path with optional strict parsing
from_stream(stream: std::istream, strict: bool)msg_documentLoads a msg_document from an input stream with optional strict parsing
to_cfb_document()cfb::cfb_documentConverts the msg_document into a CFB storage document

See Also