MsgDocument

General

MsgDocument és una classe en Aspose.Email per a Python.

Modell de document MSG mutable que es pot serialitzar a través del redactor CFB.

Propietats

NameTypeAccessDescription
rootMsgStorageReadProvides the top-level MsgStorage of the document
major_versionintReadReturns the document’s major version number
minor_versionintReadReturns the document’s minor version number
transaction_signature_numberintReadReturns the transaction signature identifier
strictboolReadIndicates whether the document enforces strict parsing rules

Mètodes

SignatureDescription
from_reader(reader: MsgReader)"MsgDocument"Creates a MsgDocument from the given MsgReader instance
build_storage(entry: DirectoryEntry, role: str)MsgStorageConstructs a MsgStorage from a DirectoryEntry using the specified role
`from_file(path: Pathstr, strict: bool)“MsgDocument”`
to_cfb_document()CFBDocumentConverts the MsgDocument into a CFBDocument representation
 Català