This enumeration defines the set of Message object properties.
| C# | Visual Basic |
public enum MessageProperty
Public Enumeration MessageProperty
| Member | Description |
|---|---|
| MessageDeliveryID |
Contains a message transfer system (MTS) identifier for a message delivered to a client application.
|
| Importance |
Contains a value indicating the message sender's opinion of the importance of a message.
|
| Sensitivity |
Contains the sensitivity value assigned by the sender of the first version of a message — that is, the message before being forwarded or replied to.
|
| ConversationTopic |
Contains the topic of the first message in a conversation thread.
Requires Windows Mobile 6.1 or later |
| LastModificationTime |
Contains the date and time the object or subobject was last modified.
|
| MessageClass |
Contains a text string that identifies the sender-defined message class, such as IPM.Note.
|
| MessageFlags |
Contains a bitmask of flags indicating the origin and current state of a message.
|
| MessageSize |
Contains the sum, in bytes, of the sizes of all properties on a message object.
|
| MessageStatus |
Contains a bitmask of property tags that define the status of a message.
|
| ProofOfDeliveryRequested |
Set to true on SMS messages when a delivery
|
| SenderName |
Contains the message sender's display name.
|
| SenderEmailAddress |
Contains the message sender's e-mail address.
|
| MessageDeliveryTime |
Contains the date and time a message was delivered.
|
| Subject |
Contains the full subject of a message.
|
| ContentLength |
Message length in bytes.
|
| HasAttachments |
Contains at least one attachment.
|
| ServiceName |
The name of the account used to send the message.
|
| SmsRawHeader |
Raw header bytes.
|
| SmsRawBody |
Raw body bytes.
|
| SmsCallback |
Contains the callback number for an SMS message.
Can be used only on networks that support SMS callback.
|
| ImapUid |
Contains the message's UID sequence number for messages received through IMAP.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|