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

Packages that use ItemView
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.service.folder   
 

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

Methods in microsoft.exchange.webservices.data.core with parameters of type ItemView
 FindItemsResults<Item> ExchangeService.findItems(FolderId parentFolderId, ItemView view)
          Obtains a list of item by searching the contents of a specific folder.
 GroupedFindItemsResults<Item> ExchangeService.findItems(FolderId parentFolderId, ItemView view, Grouping groupBy)
          Obtains a grouped 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.
 GroupedFindItemsResults<Item> ExchangeService.findItems(FolderId parentFolderId, SearchFilter searchFilter, ItemView view, Grouping groupBy)
          Obtains a grouped 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.
 GroupedFindItemsResults<Item> ExchangeService.findItems(FolderId parentFolderId, String queryString, ItemView view, Grouping groupBy)
          Obtains a grouped 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.
 GroupedFindItemsResults<Item> ExchangeService.findItems(WellKnownFolderName parentFolderName, SearchFilter searchFilter, ItemView view, Grouping groupBy)
          Obtains a grouped 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.
 GroupedFindItemsResults<Item> ExchangeService.findItems(WellKnownFolderName parentFolderName, String queryString, ItemView view, Grouping groupBy)
          Obtains a grouped list of item by searching the contents of a specific folder.
 

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

Methods in microsoft.exchange.webservices.data.core.service.folder with parameters of type ItemView
 FindItemsResults<Item> Folder.findItems(ItemView view)
          Find item.
 GroupedFindItemsResults<Item> Folder.findItems(ItemView view, Grouping groupBy)
          Obtains a grouped list of item by searching the contents of this folder.
 FindItemsResults<Item> Folder.findItems(SearchFilter searchFilter, ItemView view)
          Find item.
 GroupedFindItemsResults<Item> Folder.findItems(SearchFilter searchFilter, ItemView view, Grouping groupBy)
          Find item.
 FindItemsResults<Item> Folder.findItems(String queryString, ItemView view)
          Find item.
 GroupedFindItemsResults<Item> Folder.findItems(String queryString, ItemView view, Grouping groupBy)
          Find item.
 



Copyright © 2012–2015 Microsoft. All rights reserved.