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

Uses of Grouping in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data with parameters of type Grouping
protected
<TItem extends Item>
ServiceResponseCollection<FindItemResponse<TItem>>
ExchangeService.findItems(Class<TItem> cls, FolderId parentFolderId, SearchFilter searchFilter, ViewBase view, Grouping groupBy)
          Obtains a grouped 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.
 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.
 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.
 GroupedFindItemsResults<Item> Folder.findItems(ItemView view, Grouping groupBy)
          Obtains a grouped list of items by searching the contents of this folder.
protected
<TItem extends Item>
ServiceResponseCollection<FindItemResponse<TItem>>
ExchangeService.findItems(Iterable<FolderId> parentFolderIds, SearchFilter searchFilter, String queryString, ViewBase view, Grouping groupBy, microsoft.exchange.webservices.data.ServiceErrorHandling errorHandlingMode)
          Finds items.
 GroupedFindItemsResults<Item> Folder.findItems(SearchFilter searchFilter, ItemView view, Grouping groupBy)
          Find items.
 GroupedFindItemsResults<Item> Folder.findItems(String queryString, ItemView view, Grouping groupBy)
          Find items.
 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.
 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.
protected abstract  void ViewBase.internalWriteSearchSettingsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, Grouping groupBy)
          Writes the search settings to XML.
protected  void PagedView.internalWriteSearchSettingsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, Grouping groupBy)
          Internals the write search settings to XML.
protected  void ItemView.internalWriteSearchSettingsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, Grouping groupBy)
          Internals the write search settings to XML.
protected  void ConversationIndexedItemView.internalWriteSearchSettingsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, Grouping groupBy)
          Internals the write search settings to XML.
protected  void CalendarView.internalWriteSearchSettingsToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, Grouping groupBy)
          Writes the search settings to XML.
protected  void ViewBase.writeToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, Grouping groupBy)
          Writes to XML.
 



Copyright © 2012. All Rights Reserved.