msg_document

Overview

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

Defined in: include/aspose/email/foss/msg/msg_document.hpp

Methods

SignatureReturn Type
major_version()std::uint16_t
minor_version()std::uint16_t
transaction_signature_number()std::uint32_t
strict()bool
from_reader(msg_reader reader)msg_document
from_file(std::filesystem::path path, bool strict)msg_document
from_stream(std::istream stream, bool strict)msg_document
to_cfb_document()cfb::cfb_document