ews-java-api icon indicating copy to clipboard operation
ews-java-api copied to clipboard

Fetch/Find Conversation with use of conversation id

Open girishghoda57 opened this issue 5 years ago • 1 comments

Hi team @serious6 @OS-JAR @pkropachev @shibd Is there any method that is used for fetch/find conversation with the use of conversation id? Currently, we find below method : public Collection<Conversation> findConversation(ConversationIndexedItemView view, FolderId folderId) throws Exception { return this.findConversation(view, (IsEqualTo)null, folderId); }

But method finds the folder's conversation. We want to find only one conversation with the use of id. We stuck on the last two days.

Any suggestion will help us.

Thank you

girishghoda57 avatar Sep 19 '19 06:09 girishghoda57

Hi, have you dealt with this problem?

leungyukshing avatar Nov 09 '20 03:11 leungyukshing