MsgWriter
Overview
MsgWriter is a class in Aspose.Email FOSS for Python.
Serializer that writes a MsgDocument into a CFB-backed .msg payload.
Methods
| Signature | Description |
|---|---|
to_bytes(document: MsgDocument) → bytes | Serializes a MsgDocument into a bytes object representing an Outlook .msg file |
write_file(document: MsgDocument, path: Path | str) | Writes a MsgDocument to the given filesystem path as an Outlook .msg file |