Answered by:
EWS Managed API: Conversation

Question
-
Can someone explain to me what exactly Conversations in EWS Managed API are and how i use them?
I couldn't find much helpful information on the web.
Thanks
Tuesday, December 14, 2010 12:48 PM
Answers
-
rita_zhao1,
The answer to your question about the conversations feature is a bit ambiguous. Microsoft Exchange Server 2010 Service Pack 1 introduced two new operations:
FindConversation Operation
Microsoft Exchange Server 2010 Service Pack 1 and versions before do expose conversation properties such as the ConversationIndex and the ConversationTopic properties. The How to get previous/next email in EWS? forum thread identifies how to group or sort items that are in a conversation. You should be able to use these two properties to find the first and last items in a conversation.So in short, the Conversation features are new to EWS in Exchange 2010 SP1. At the same time, conversation properties have been available in all versions of EWS.With regards,
Michael | Microsoft Exchange SDKThe Exchange Development Forum Guide has useful information for using the Exchange Development Forum.
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
- Marked as answer by Michael MainerMicrosoft employee Wednesday, January 5, 2011 9:04 PM
Tuesday, January 4, 2011 9:00 PM
All replies
-
Hello codingHero92,
The About Conversations topic gives a brief overview of the Conversations feature. In short, this feature allows for easier management of email threads. You can think about it as automated rules for email threads.
The Applying Conversation Actions topic gives an example of how to setup automatic categorization and move action on all
With regards,
Michael | Microsoft Exchange SDKThe Exchange Development Forum Guide has useful information for using the Exchange Development Forum.
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Tuesday, December 14, 2010 8:20 PM -
Seems like the conversations feature is available starting with Microsoft Exchange Server 2010 Service Pack 1 (SP1). Right ?
Is there any example on Exchange Server 2010 ? Such as find the first/last item of a conversation...
每当风再起,想起你Monday, January 3, 2011 12:50 PM -
rita_zhao1,
The answer to your question about the conversations feature is a bit ambiguous. Microsoft Exchange Server 2010 Service Pack 1 introduced two new operations:
FindConversation Operation
Microsoft Exchange Server 2010 Service Pack 1 and versions before do expose conversation properties such as the ConversationIndex and the ConversationTopic properties. The How to get previous/next email in EWS? forum thread identifies how to group or sort items that are in a conversation. You should be able to use these two properties to find the first and last items in a conversation.So in short, the Conversation features are new to EWS in Exchange 2010 SP1. At the same time, conversation properties have been available in all versions of EWS.With regards,
Michael | Microsoft Exchange SDKThe Exchange Development Forum Guide has useful information for using the Exchange Development Forum.
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
- Marked as answer by Michael MainerMicrosoft employee Wednesday, January 5, 2011 9:04 PM
Tuesday, January 4, 2011 9:00 PM -
Thank you Michael.
The version of Exchange server which I am using is SP1 now. Those articles are quite useful !
每当风再起,想起你Wednesday, January 5, 2011 10:22 AM