Uses of Class
microsoft.exchange.webservices.data.core.service.item.Conversation
-
Packages that use Conversation Package Description microsoft.exchange.webservices.data.core microsoft.exchange.webservices.data.core.response -
-
Uses of Conversation in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return types with arguments of type Conversation Modifier and Type Method Description Collection<Conversation>ExchangeService. findConversation(ConversationIndexedItemView view, FolderId folderId)Retrieves a collection of all Conversations in the specified Folder. -
Uses of Conversation in microsoft.exchange.webservices.data.core.response
Methods in microsoft.exchange.webservices.data.core.response that return types with arguments of type Conversation Modifier and Type Method Description Collection<Conversation>FindConversationResponse. getConversations()Gets the results of the operation.
-