common_message_property_id
Overview
common_message_property_id is a enum in Aspose.Email FOSS for C++.
Description
common_message_property_id is an enumeration type in the Aspose.Email FOSS library for C++. It defines a set of named constants that control behavior or specify options within the API. Enumerations like common_message_property_id help ensure type safety by restricting values to a predefined set.
Core capabilities include: Represents the transport message headers property (id 125); represents the message subject property (id 55); represents the display string for the to recipients (id 3588). These operations enable developers to integrate common_message_property_id functionality directly into C++ applications.
Values
| Value | Description |
|---|---|
message_class | |
transport_message_headers | Represents the transport message headers property (ID 125) |
subject | Represents the message subject property (ID 55) |
display_to | Represents the display string for the To recipients (ID 3588) |
display_cc | Represents the display string for the Cc recipients (ID 3587) |
display_bcc | Represents the display string for the Bcc recipients (ID 3586) |
internet_message_id | |
message_flags | Represents the message flags property (ID 3591) |
internet_codepage | |
sender_name | Represents the sender’s display name (ID 3098) |
sender_address_type | Represents the sender’s address type (ID 3102) |
sender_email_address | Represents the sender’s email address (ID 3103) |
message_delivery_time | Represents the delivery timestamp of the message (ID 3590) |
store_support_mask | Represents the store support mask property (ID 13325) |
body | Represents the plain‑text body of the message (ID 4096) |
body_html | |
display_name | Represents the display name of the message object (ID 12289) |
attach_method | Represents the attachment method type (ID 14085) |
attach_data_binary | Represents the binary data of an attachment (ID 14081) |
attach_filename | Represents the filename of an attachment (ID 14084) |
attach_long_filename | Represents the long filename of an attachment (ID 14087) |
attach_mime_tag | |
attach_content_id | Represents the content ID of an attachment (ID 14098) |
schedule_info_delegate_names | Represents delegate names in schedule info (ID 26692) |
schedule_info_months_busy | Represents busy months in schedule info (ID 26707) |
example_tag100_a | Represents an example custom tag with ID 4106 |
example_tag101_d | Represents an example custom tag with ID 4125 |