msg_writer
Overview
msg_writer is a class in Aspose.Email FOSS for C++.
Defined in: include/aspose/email/foss/msg/msg_writer.hpp
Methods
| Signature | Return Type |
|---|---|
to_bytes(msg_document document) | std::vector<std::uint8_t> |
write_file(msg_document document, std::filesystem::path path) | void |
write_stream(msg_document document, std::ostream stream) | void |