common_message_property_id

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

ValueDescription
message_class
transport_message_headersRepresents the transport message headers property (ID 125)
subjectRepresents the message subject property (ID 55)
display_toRepresents the display string for the To recipients (ID 3588)
display_ccRepresents the display string for the Cc recipients (ID 3587)
display_bccRepresents the display string for the Bcc recipients (ID 3586)
internet_message_id
message_flagsRepresents the message flags property (ID 3591)
internet_codepage
sender_nameRepresents the sender’s display name (ID 3098)
sender_address_typeRepresents the sender’s address type (ID 3102)
sender_email_addressRepresents the sender’s email address (ID 3103)
message_delivery_timeRepresents the delivery timestamp of the message (ID 3590)
store_support_maskRepresents the store support mask property (ID 13325)
bodyRepresents the plain‑text body of the message (ID 4096)
body_html
display_nameRepresents the display name of the message object (ID 12289)
attach_methodRepresents the attachment method type (ID 14085)
attach_data_binaryRepresents the binary data of an attachment (ID 14081)
attach_filenameRepresents the filename of an attachment (ID 14084)
attach_long_filenameRepresents the long filename of an attachment (ID 14087)
attach_mime_tag
attach_content_idRepresents the content ID of an attachment (ID 14098)
schedule_info_delegate_namesRepresents delegate names in schedule info (ID 26692)
schedule_info_months_busyRepresents busy months in schedule info (ID 26707)
example_tag100_aRepresents an example custom tag with ID 4106
example_tag101_dRepresents an example custom tag with ID 4125

See Also