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

Uses of ItemView in microsoft.exchange.webservices.data
 

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



Copyright © 2012. All Rights Reserved.