msg_writer

Overview

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

Methods

SignatureDescription
to_bytes(document: msg_document)std::vector<std::uint8_t>Converts a msg_document into a byte vector representing the MSG file
write_file(document: msg_document, path: std::filesystem::path)Writes a msg_document to the specified filesystem path as an MSG file
write_stream(document: msg_document, stream: std::ostream)Writes a msg_document to the given output stream in MSG format