ews-java-api
ews-java-api copied to clipboard
Fetch/Find Conversation with use of conversation id
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
Hi, have you dealt with this problem?