PropertyId

Overview

PropertyId is a enum in Aspose.Email FOSS for Python.

Common property identifiers paired with their default MAPI property types.

Values

ValueDescription
MESSAGE_CLASSRepresents the Outlook message class string property
TRANSPORT_MESSAGE_HEADERSRepresents the raw transport headers as a string
SUBJECTRepresents the message subject text
DISPLAY_TO
DISPLAY_CC
DISPLAY_BCC
INTERNET_MESSAGE_IDRepresents the Internet message identifier string
MESSAGE_FLAGSRepresents a 32‑bit integer of message flag bits
INTERNET_CODEPAGERepresents the code page identifier as a 32‑bit integer
SENDER_NAMERepresents the display name of the sender as a string
SENDER_ADDRESS_TYPE
SENDER_EMAIL_ADDRESSRepresents the sender’s email address as a string
MESSAGE_DELIVERY_TIMERepresents the delivery timestamp as a time value
STORE_SUPPORT_MASKRepresents a 32‑bit integer mask of store capabilities
BODYRepresents the plain‑text body of the message as a string
BODY_HTMLRepresents the HTML body of the message as binary data
DISPLAY_NAMERepresents a generic display name string for an object
ATTACH_METHODRepresents the attachment method as a 32‑bit integer code
ATTACH_DATA_BINARYRepresents the raw binary content of an attachment
ATTACH_FILENAMERepresents the short filename of an attachment as a string
ATTACH_LONG_FILENAME
ATTACH_MIME_TAGRepresents the MIME type tag of an attachment as a string
ATTACH_CONTENT_ID
SCHEDULE_INFO_DELEGATE_NAMESRepresents multiple delegate names as strings
SCHEDULE_INFO_MONTHS_BUSYRepresents multiple busy months as 32‑bit integers
EXAMPLE_TAG_100ARepresents a custom binary tag identified by 0x100A
EXAMPLE_TAG_101DRepresents a custom binary tag identified by 0x101D

See Also