Uses of Class
microsoft.exchange.webservices.data.search.ConversationIndexedItemView
-
Packages that use ConversationIndexedItemView Package Description microsoft.exchange.webservices.data.core microsoft.exchange.webservices.data.core.request -
-
Uses of ConversationIndexedItemView in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type ConversationIndexedItemView 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 ConversationIndexedItemView in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request that return ConversationIndexedItemView Modifier and Type Method Description protected ConversationIndexedItemViewFindConversationRequest. getIndexedItemView()Gets or sets the view controlling the number of conversations returned.Methods in microsoft.exchange.webservices.data.core.request with parameters of type ConversationIndexedItemView Modifier and Type Method Description voidFindConversationRequest. setIndexedItemView(ConversationIndexedItemView value)
-