msg_document

Overview

msg_document is a class in Aspose.Email for CPP. Inherits from: msg_document.

Methods

SignatureDescription
major_version()std::uint16_tReturns the MSG format major version number
minor_version()std::uint16_tReturns the MSG format minor version number
transaction_signature_number()std::uint32_tReturns the document’s transaction signature number
strict()boolIndicates whether the document was parsed in strict mode
from_reader(reader: msg_reader)msg_documentCreates a msg_document from the given msg_reader
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