CommonMessagePropertyId

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

ValueDescription
MessageClassRepresents the MAPI message class identifier
TransportMessageHeadersRepresents the raw transport (SMTP) headers of the message
SubjectRepresents the message subject string
DisplayToRepresents the display string for the To recipients
DisplayCcRepresents the display string for the Cc recipients
DisplayBccRepresents the display string for the Bcc recipients
InternetMessageIdRepresents the unique Internet Message-ID header value
MessageFlagsRepresents flags indicating message status such as read or sent
InternetCodepageRepresents the code page used for Internet‑encoded text
SenderNameRepresents the display name of the message sender
SenderAddressTypeRepresents the address type (e.g., SMTP) of the sender
SenderEmailAddressRepresents the sender’s email address
MessageDeliveryTimeRepresents the timestamp when the message was delivered
StoreSupportMaskRepresents a mask indicating store capabilities
BodyRepresents the plain‑text body of the message
BodyHtmlRepresents the HTML‑formatted body of the message
DisplayNameRepresents the display name associated with the message, such as the sender
AttachMethodRepresents the method used to attach the item (by value, by reference, etc.)
AttachDataBinaryRepresents the binary data payload of an attachment
AttachFilenameRepresents the short filename of an attachment
AttachLongFilenameRepresents the long filename of an attachment
AttachMimeTagRepresents the MIME content‑type tag of an attachment
AttachContentIdRepresents the Content‑ID header value for an attachment
ScheduleInfoDelegateNamesRepresents delegate names stored in scheduling information
ScheduleInfoMonthsBusyRepresents months marked as busy in scheduling information
ExampleTag100ARepresents a custom example property with tag 0x100A
ExampleTag101DRepresents a custom example property with tag 0x101D

See Also