Conversation (ConversationType)
Last modified: October 13, 2012
Applies to: Exchange Online | Exchange Server 2013 | Office 365
The Conversation element represents a single conversation.
Conversations
Conversation (ConversationType)
<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
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. |