|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GroupedFindItemsResults | |
|---|---|
| microsoft.exchange.webservices.data.core | |
| microsoft.exchange.webservices.data.core.response | |
| microsoft.exchange.webservices.data.core.service.folder | |
| Uses of GroupedFindItemsResults in microsoft.exchange.webservices.data.core |
|---|
| Methods in microsoft.exchange.webservices.data.core that return GroupedFindItemsResults | |
|---|---|
GroupedFindItemsResults<Item> |
ExchangeService.findItems(FolderId parentFolderId,
ItemView view,
Grouping groupBy)
Obtains a grouped 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. |
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. |
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. |
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 GroupedFindItemsResults in microsoft.exchange.webservices.data.core.response |
|---|
| Methods in microsoft.exchange.webservices.data.core.response that return GroupedFindItemsResults | |
|---|---|
GroupedFindItemsResults<TItem> |
FindItemResponse.getGroupedFindResults()
Gets a grouped list of item matching the specified search criteria that were found in Exchange. |
| Uses of GroupedFindItemsResults in microsoft.exchange.webservices.data.core.service.folder |
|---|
| Methods in microsoft.exchange.webservices.data.core.service.folder that return GroupedFindItemsResults | |
|---|---|
GroupedFindItemsResults<Item> |
Folder.findItems(ItemView view,
Grouping groupBy)
Obtains a grouped list of item by searching the contents of this folder. |
GroupedFindItemsResults<Item> |
Folder.findItems(SearchFilter searchFilter,
ItemView view,
Grouping groupBy)
Find item. |
GroupedFindItemsResults<Item> |
Folder.findItems(String queryString,
ItemView view,
Grouping groupBy)
Find item. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||