msg_writer
Vue de l’ensemble
‘msg_writer’ est une classe dans Aspose.Email pour CPP.
méthodes
| Signature | Description |
|---|---|
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 |