Uses of Class
microsoft.exchange.webservices.data.search.FindItemsResults

Packages that use FindItemsResults
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.response   
microsoft.exchange.webservices.data.core.service.folder   
 

Uses of FindItemsResults in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core that return FindItemsResults
 FindItemsResults<Appointment> ExchangeService.findAppointments(FolderId parentFolderId, CalendarView calendarView)
          Obtains a list of appointments by searching the contents of a specific folder.
 FindItemsResults<Appointment> ExchangeService.findAppointments(WellKnownFolderName parentFolderName, CalendarView calendarView)
          Obtains a list of appointments by searching the contents of a specific folder.
 FindItemsResults<Item> ExchangeService.findItems(FolderId parentFolderId, ItemView view)
          Obtains a list of item by searching the contents of a specific folder.
 FindItemsResults<Item> ExchangeService.findItems(FolderId parentFolderId, SearchFilter searchFilter, ItemView view)
          Obtains a list of item by searching the contents of a specific folder.
 FindItemsResults<Item> ExchangeService.findItems(FolderId parentFolderId, String queryString, ItemView view)
          Obtains a list of item by searching the contents of a specific folder.
 FindItemsResults<Item> ExchangeService.findItems(WellKnownFolderName parentFolderName, ItemView view)
          Obtains a list of item by searching the contents of a specific folder.
 FindItemsResults<Item> ExchangeService.findItems(WellKnownFolderName parentFolderName, SearchFilter searchFilter, ItemView view)
          Obtains a list of item by searching the contents of a specific folder.
 FindItemsResults<Item> ExchangeService.findItems(WellKnownFolderName parentFolderName, String queryString, ItemView view)
          Obtains a list of item by searching the contents of a specific folder.
 

Uses of FindItemsResults in microsoft.exchange.webservices.data.core.response
 

Methods in microsoft.exchange.webservices.data.core.response that return FindItemsResults
 FindItemsResults<TItem> FindItemResponse.getResults()
          Gets the results of the search operation.
 

Uses of FindItemsResults in microsoft.exchange.webservices.data.core.service.folder
 

Methods in microsoft.exchange.webservices.data.core.service.folder that return FindItemsResults
 FindItemsResults<Appointment> CalendarFolder.findAppointments(CalendarView view)
          Obtains a list of appointments by searching the contents of this folder and performing recurrence expansion for recurring appointments.
 FindItemsResults<Item> Folder.findItems(ItemView view)
          Find item.
 FindItemsResults<Item> Folder.findItems(SearchFilter searchFilter, ItemView view)
          Find item.
 FindItemsResults<Item> Folder.findItems(String queryString, ItemView view)
          Find item.
 



Copyright © 2012–2015 Microsoft. All rights reserved.