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
| Name | Type | Access | Description |
|---|---|---|---|
root | MsgStorage | Read | Provides the top-level MsgStorage of the document |
major_version | int | Read | Returns the document’s major version number |
minor_version | int | Read | Returns the document’s minor version number |
transaction_signature_number | int | Read | Returns the transaction signature identifier |
strict | bool | Read | Indicates whether the document enforces strict parsing rules |
Mètodes
| Signature | Description |
|---|---|
from_reader(reader: MsgReader) → "MsgDocument" | Creates a MsgDocument from the given MsgReader instance |
build_storage(entry: DirectoryEntry, role: str) → MsgStorage | Constructs a MsgStorage from a DirectoryEntry using the specified role |
| `from_file(path: Path | str, strict: bool)→“MsgDocument”` |
to_cfb_document() → CFBDocument | Converts the MsgDocument into a CFBDocument representation |