This enumeration defines the set of Message object properties.
| C# | Visual Basic |
public enum MessageProperty
Public Enumeration MessageProperty
| Member | Description |
|---|---|
| MessageDeliveryID | |
| Importance | |
| Sensitivity | |
| ConversationTopic |
Requires Windows Mobile 6.1.
|
| LastModificationTime | |
| MessageClass | |
| MessageFlags | |
| MessageSize | |
| MessageStatus | |
| SenderName | |
| SenderEmailAddress | |
| MessageDeliveryTime | |
| Subject |
Contains the full subject of a message.
|
| ContentLength |
Message length in bytes.
|
| HasAttachments | |
| ServiceName |
The name of the account used to send the message.
|
| SmsRawHeader |
Raw header bytes.
|
| SmsRawBody |
Raw body bytes.
|