CommonMessagePropertyId
Overview
CommonMessagePropertyId is a enum in Aspose.Email FOSS for Python.
Common MAPI property identifiers used by the MSG reader/writer for core message semantics.
Values
| Value | Description |
|---|---|
MESSAGE_CLASS | Represents the MAPI property that defines the message class (e.g., IPM.Note) |
TRANSPORT_MESSAGE_HEADERS | Represents the raw transport headers of the message |
SUBJECT | Represents the subject line of the message |
DISPLAY_TO | Represents the display string for the To recipients |
DISPLAY_CC | Represents the display string for the Cc recipients |
DISPLAY_BCC | Represents the display string for the Bcc recipients |
INTERNET_MESSAGE_ID | Represents the global Internet message identifier |
MESSAGE_FLAGS | Represents flags indicating message status (e.g., read, sent) |
INTERNET_CODEPAGE | Represents the code page used for Internet message encoding |
SENDER_NAME | Represents the display name of the message sender |
SENDER_ADDRESS_TYPE | Represents the address type (e.g., SMTP) of the sender |
SENDER_EMAIL_ADDRESS | Represents the sender’s email address |
MESSAGE_DELIVERY_TIME | Represents the timestamp when the message was delivered |
STORE_SUPPORT_MASK | Represents capabilities supported by the message store |
BODY | Represents the plain‑text body content of the message |
BODY_HTML | Represents the HTML formatted body of the message |
DISPLAY_NAME | Represents a generic display name property for the object |
ATTACH_METHOD | Represents the method used to attach the item (e.g., by value) |
ATTACH_DATA_BINARY | Represents the binary data of an attachment |
ATTACH_FILENAME | Represents the short filename of an attachment |
ATTACH_LONG_FILENAME | Represents the long filename of an attachment |
ATTACH_MIME_TAG | Represents the MIME type tag of an attachment |
ATTACH_CONTENT_ID | Represents the content‑ID header for an attachment |
SCHEDULE_INFO_DELEGATE_NAMES | Represents delegate names in scheduling info |
SCHEDULE_INFO_MONTHS_BUSY | Represents busy months in scheduling info |
EXAMPLE_TAG_100A | Represents a custom example property with tag 0x100A |
EXAMPLE_TAG_101D | Represents a custom example property with tag 0x101D |