|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of GroupedFindItemsResults in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data that return GroupedFindItemsResults | |
|---|---|
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. |
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. |
GroupedFindItemsResults<TItem> |
FindItemResponse.getGroupedFindResults()
Gets a grouped list of items matching the specified search criteria that were found in Exchange. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||