PropertyId
Overview
PropertyId is a enum in Aspose.Email FOSS for Python.
Common property identifiers paired with their default MAPI property types.
Values
| Value | Description |
|---|---|
MESSAGE_CLASS | Represents the Outlook message class string property |
TRANSPORT_MESSAGE_HEADERS | Represents the raw transport headers as a string |
SUBJECT | Represents the message subject text |
DISPLAY_TO | |
DISPLAY_CC | |
DISPLAY_BCC | |
INTERNET_MESSAGE_ID | Represents the Internet message identifier string |
MESSAGE_FLAGS | Represents a 32‑bit integer of message flag bits |
INTERNET_CODEPAGE | Represents the code page identifier as a 32‑bit integer |
SENDER_NAME | Represents the display name of the sender as a string |
SENDER_ADDRESS_TYPE | |
SENDER_EMAIL_ADDRESS | Represents the sender’s email address as a string |
MESSAGE_DELIVERY_TIME | Represents the delivery timestamp as a time value |
STORE_SUPPORT_MASK | Represents a 32‑bit integer mask of store capabilities |
BODY | Represents the plain‑text body of the message as a string |
BODY_HTML | Represents the HTML body of the message as binary data |
DISPLAY_NAME | Represents a generic display name string for an object |
ATTACH_METHOD | Represents the attachment method as a 32‑bit integer code |
ATTACH_DATA_BINARY | Represents the raw binary content of an attachment |
ATTACH_FILENAME | Represents the short filename of an attachment as a string |
ATTACH_LONG_FILENAME | |
ATTACH_MIME_TAG | Represents the MIME type tag of an attachment as a string |
ATTACH_CONTENT_ID | |
SCHEDULE_INFO_DELEGATE_NAMES | Represents multiple delegate names as strings |
SCHEDULE_INFO_MONTHS_BUSY | Represents multiple busy months as 32‑bit integers |
EXAMPLE_TAG_100A | Represents a custom binary tag identified by 0x100A |
EXAMPLE_TAG_101D | Represents a custom binary tag identified by 0x101D |