November 2007
Intermediate to advanced
928 pages
26h 9m
English
In addition to the properties inherited from ItemType, MessageType exposes its own set of properties as listed Table 7-2.
Table 7-2. First-Class Properties on MessageType
Property name | Type | Comments |
|---|---|---|
ConversationIndex | base64Binary | An identifier that is used to link multiple messages together into a single conversation. All messages that have the same ConversationIndex property value are considered to be in the same conversation. |
ConversationTopic | String | Describes the overall topic of a conversation. For most scenarios, the value of the Subject property is an appropriate value for the ConversationTopic. |
From | SingleRecipientType | This is the recipient information for who sent the message. |
InternetMessageId | String | Represents the Internet message ... |