Conversation (ConversationType)

The Conversation element represents a single conversation.

FindConversationResponse

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

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

Element Description
ConversationId
Represents the identifier of a conversation.
ConversationTopic
Represents the conversation topic. This element is read-only.
UniqueRecipients
Contains the recipient list of a conversation aggregated from a particular folder. This element is read-only.
GlobalUniqueRecipients
Contains the recipient list of a conversation aggregated across a mailbox. This element is read-only.
UniqueUnreadSenders
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.
GlobalUniqueUnreadSenders
Contains a list of all the people who have sent messages that are currently unread in this conversation across all folders in the mailbox.
UniqueSenders
Contains a list of all the senders of conversation items in the current folder. This element is read-only.
GlobalUniqueSenders
Contains a list of all the senders of conversation items in the mailbox.
LastDeliveryTime
Contains the delivery time of the message that was last received in this conversation in the current folder.
GlobalLastDeliveryTime
Contains the delivery time of the message that was last received in this conversation across all folders in the mailbox.
Categories
Contains a collection of strings that identify the categories that are applied to all conversation items in the current folder.
GlobalCategories
Contains the category list for all conversation items in a mailbox.
FlagStatus
Contains the aggregated flag status for conversation items in the current folder.
GlobalFlagStatus
Contains the aggregated flag status for all conversation items in a mailbox.
HasAttachments
Contains a value that indicates whether at least one conversation item in the current folder has an attachment.
GlobalHasAttachments
Contains a value that indicates whether at least one conversation item in a mailbox has an attachment.
MessageCount
Contains the total number of conversation items in the current folder.
GlobalMessageCount
Contains the total number of conversation items in the mailbox.
UnreadCount
Contains the count of unread conversation items within a folder.
GlobalUnreadCount
Contains a count of all the unread conversation items in the mailbox.
Size
Contains the conversation size calculated from the size of all conversation items in the current folder.
GlobalSize
Contains the size of the conversation calculated from the size of all conversation items in the mailbox.
ItemClasses (ArrayOfItemClassType)
Contains a list of item classes that represents all the item classes of the conversation items in the current folder.
GlobalItemClasses
Contains a list of item classes that represents all the item classes of the conversation items in a mailbox.
Importance
Contains the aggregated importance for all conversation items in the current folder.
GlobalImportance
Contains the aggregated importance for all conversation items in a mailbox.
ItemIds
Contains the collection of item identifiers for all conversation items in the current folder.
GlobalItemIds
Contains the collection of item identifiers for all conversation items in a mailbox.

Parent elements

Element Description
Conversations
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.This element was introduced in Exchange Server 2010 Service Pack 1 (SP1).

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema name
Types schema
Validation file
Types.xsd
Can be empty
False

See also

FindConversation operation

ApplyConversationAction operation

Conversations in EWS