CommonMessagePropertyId

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

ValueDescription
MESSAGE_CLASSRepresents the MAPI property that defines the message class (e.g., IPM.Note)
TRANSPORT_MESSAGE_HEADERSRepresents the raw transport headers of the message
SUBJECTRepresents the subject line of the message
DISPLAY_TORepresents the display string for the To recipients
DISPLAY_CCRepresents the display string for the Cc recipients
DISPLAY_BCCRepresents the display string for the Bcc recipients
INTERNET_MESSAGE_IDRepresents the global Internet message identifier
MESSAGE_FLAGSRepresents flags indicating message status (e.g., read, sent)
INTERNET_CODEPAGERepresents the code page used for Internet message encoding
SENDER_NAMERepresents the display name of the message sender
SENDER_ADDRESS_TYPERepresents the address type (e.g., SMTP) of the sender
SENDER_EMAIL_ADDRESSRepresents the sender’s email address
MESSAGE_DELIVERY_TIMERepresents the timestamp when the message was delivered
STORE_SUPPORT_MASKRepresents capabilities supported by the message store
BODYRepresents the plain‑text body content of the message
BODY_HTMLRepresents the HTML formatted body of the message
DISPLAY_NAMERepresents a generic display name property for the object
ATTACH_METHODRepresents the method used to attach the item (e.g., by value)
ATTACH_DATA_BINARYRepresents the binary data of an attachment
ATTACH_FILENAMERepresents the short filename of an attachment
ATTACH_LONG_FILENAMERepresents the long filename of an attachment
ATTACH_MIME_TAGRepresents the MIME type tag of an attachment
ATTACH_CONTENT_IDRepresents the content‑ID header for an attachment
SCHEDULE_INFO_DELEGATE_NAMESRepresents delegate names in scheduling info
SCHEDULE_INFO_MONTHS_BUSYRepresents busy months in scheduling info
EXAMPLE_TAG_100ARepresents a custom example property with tag 0x100A
EXAMPLE_TAG_101DRepresents a custom example property with tag 0x101D

See Also