msg_writer
Overview
msg_writer is a class in Aspose.Email FOSS for C++.
Description
msg_writer is a class in the Aspose.Email FOSS library for C++ that exposes 3 methods and 0 properties for programmatic use.
Core capabilities include: Writes the given msg_document to the file at the specified path; serializes the msg_document into the provided std::ostream. These operations enable developers to integrate msg_writer functionality directly into C++ applications.
Methods
| Signature | Description |
|---|---|
to_bytes(document: msg_document) → std::vector<std::uint8_t> | Converts the supplied msg_document into a std::vectorstd::uint8_t |
write_file(document: msg_document, path: std::filesystem::path) | Writes the given msg_document to the file at the specified path |
write_stream(document: msg_document, stream: std::ostream) | Serializes the msg_document into the provided std::ostream |