CommonMessagePropertyId
General
CommonMessagePropertyId és un enum a Aspose.Email per Python.
Identificadors de propietats MAPI comuns utilitzats pel lector/escriptor MSG per a la semàntica del missatge central.
Valors
| Value | Description |
|---|---|
MESSAGE_CLASS | Represents the Outlook message class (e.g., IPM.Note) |
TRANSPORT_MESSAGE_HEADERS | Represents the raw transport headers of the message |
SUBJECT | Represents the message subject line |
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 state (read, sent, etc.) |
INTERNET_CODEPAGE | Represents the code page used for Internet message text |
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 | Indicates which store features are supported for the message |
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 associated with 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 value 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 |