Conversation
Last modified: May 12, 2010
Applies to: Exchange Server 2007 | Exchange Server 2010
The Conversation element represents a single conversation.
FindConversationResponse
Conversations
Conversation
<Conversation>
<ConversationId/>
<ConversationTopic/>
<UniqueRecipients/>
<GlobalUniqueRecipients/>
<UniqueUnreadSenders/>
<GlobalUniqueUnreadSenders/>
<UniqueSenders/>
<GlobalUniqueSenders/>
<LastDeliveryTime/>
<GlobalLastDeliveryTime/>
<Categories/>
<GlobalCategories/>
<FlagStatus/>
<GlobalFlagStatus/>
<HasAttachments/>
<GlobalHasAttachments/>
<MessageCount/>
<GlobalMessageCount/>
<UnreadCount/>
<GlobalUnreadCount/>
<Size/> <GlobalSize/>
<ItemClasses/>
<GlobalItemClasses/>
<Importance/>
<GlobalImportance/>
<ItemIds/>
<GlobalItemIds/>
</Conversation>
ConversationType
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element |
Description |
---|---|
Represents the identifier of a conversation. |
|
Represents the conversation topic. This element is read-only. |
|
Contains the recipient list of a conversation aggregated from a particular folder. This element is read-only. |
|
Contains the recipient list of a conversation aggregated across a mailbox. This element is read-only. |
|
Contains a list of all the people who have sent messages that are currently unread in this conversation in the current folder. This element is read-only. |
|
Contains a list of all the people who have sent messages that are currently unread in this conversation across all folders in the mailbox. |
|
Contains a list of all the senders of conversation items in the current folder. This element is read-only. |
|
Contains a list of all the senders of conversation items in the mailbox. |
|
Contains the delivery time of the message that was last received in this conversation in the current folder. |
|
Contains the delivery time of the message that was last received in this conversation across all folders in the mailbox. |
|
Contains a collection of strings that identify the categories that are applied to all conversation items in the current folder. |
|
Contains the category list for all conversation items in a mailbox. |
|
Contains the aggregated flag status for conversation items in the current folder. |
|
Contains the aggregated flag status for all conversation items in a mailbox. |
|
Contains a value that indicates whether at least one conversation item in the current folder has an attachment. |
|
Contains a value that indicates whether at least one conversation item in a mailbox has an attachment. |
|
Contains the total number of conversation items in the current folder. |
|
Contains the total number of conversation items in the mailbox. |
|
Contains the count of unread conversation items within a folder. |
|
Contains a count of all the unread conversation items in the mailbox. |
|
Contains the conversation size calculated from the size of all conversation items in the current folder. |
|
Contains the size of the conversation calculated from the size of all conversation items in the mailbox. |
|
Contains a list of item classes that represents all the item classes of the conversation items in the current folder. |
|
Contains a list of item classes that represents all the item classes of the conversation items in a mailbox. |
|
Contains the aggregated importance for all conversation items in the current folder. |
|
Contains the aggregated importance for all conversation items in a mailbox. |
|
Contains the collection of item identifiers for all conversation items in the current folder. |
|
Contains the collection of item identifiers for all conversation items in a mailbox. |
Parent Elements
Element |
Description |
---|---|
Contains an array of conversations that are returned in the FindConversation response. |
Text Value
None.
Remarks
The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services of the Client Access server.This element was introduced in Microsoft Exchange Server 2010 Service Pack 1 (SP1).
Element Information
Namespace |
https://schemas.microsoft.com/exchange/services/2006/types |
Schema name |
Types schema |
Validation file |
Types.xsd |
Can be empty |
False |
See Also