CommonMessagePropertyId
Overview
CommonMessagePropertyId is a enum in Aspose.Email FOSS 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.
Description
CommonMessagePropertyId is an enumeration type in the Aspose.Email FOSS library for .NET. It defines a set of named constants that control behavior or specify options within the API. Enumerations like CommonMessagePropertyId help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
MessageClass | Represents the MAPI message class identifier |
TransportMessageHeaders | Represents the raw transport (SMTP) headers of the message |
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 unique Internet Message-ID header value |
MessageFlags | Represents flags indicating message status such as read or sent |
InternetCodepage | Represents the code page used for Internet‑encoded text |
SenderName | Represents the display name of the message sender |
SenderAddressType | Represents the address type (e.g., SMTP) of the sender |
SenderEmailAddress | Represents the sender’s email address |
MessageDeliveryTime | Represents the timestamp when the message was delivered |
StoreSupportMask | Represents a mask indicating store capabilities |
Body | Represents the plain‑text body of the message |
BodyHtml | Represents the HTML‑formatted body of the message |
DisplayName | Represents the display name associated with the message, such as the sender |
AttachMethod | Represents the method used to attach the item (by value, by reference, etc.) |
AttachDataBinary | Represents the binary data payload of an attachment |
AttachFilename | Represents the short filename of an attachment |
AttachLongFilename | Represents the long filename of an attachment |
AttachMimeTag | Represents the MIME content‑type tag of an attachment |
AttachContentId | Represents the Content‑ID header value for an attachment |
ScheduleInfoDelegateNames | Represents delegate names stored in scheduling information |
ScheduleInfoMonthsBusy | Represents months marked as busy in scheduling information |
ExampleTag100A | Represents a custom example property with tag 0x100A |
ExampleTag101D | Represents a custom example property with tag 0x101D |