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.
|
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,
ItemView view) |
Obtains a 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(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,
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.
|