CommonMessagePropertyId
Overview
CommonMessagePropertyId is a enum in Aspose.Email for NET.
Inherits from: ushort.
Common MAPI property identifiers used by the MSG reader and writer for core message semantics, body fields, transport headers, and attachments.
Values
| Value | Description |
|---|---|
MessageClass | Represents the MAPI message class identifier |
TransportMessageHeaders | Represents transport-level message headers |
Subject | Represents the message subject string |
DisplayTo | Represents the display string for the To recipients |
DisplayCc | Represents the display string for the Cc recipients |
DisplayBcc | Represents the display string for the Bcc recipients |
InternetMessageId | Represents the global Internet message identifier |
MessageFlags | Represents flags indicating message state |
InternetCodepage | Represents the code page used for Internet text |
SenderName | Represents the display name of the message sender |
SenderAddressType | Represents the address type of the sender (e.g., SMTP) |
SenderEmailAddress | Represents the sender’s email address |
MessageDeliveryTime | Represents the timestamp when the message was delivered |
StoreSupportMask | Represents capabilities mask of the message store |
Body | Represents the plain‑text body of the message |
BodyHtml | Represents the HTML formatted body of the message |
DisplayName | Represents a generic display name associated with the message |
AttachMethod | Represents the method used to attach the item |
AttachDataBinary | Represents the binary data of an attachment |
AttachFilename | Represents the filename of an attachment |
AttachLongFilename | |
AttachMimeTag | Represents the MIME type tag of an attachment |
AttachContentId | Represents the content ID of an attachment |
ScheduleInfoDelegateNames | Represents delegate names in scheduling info |
ScheduleInfoMonthsBusy | Represents busy months in scheduling info |
ExampleTag100A | Represents a sample property tag with value 0x100A |
ExampleTag101D | Represents a sample property tag with value 0x101D |