Modifier and Type | Method and Description |
---|---|
protected <TItem extends Item> |
ExchangeService.findItems(Class<TItem> cls,
FolderId parentFolderId,
SearchFilter searchFilter,
ViewBase view,
Grouping groupBy)
Obtains a grouped 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.
|
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.
|
<TItem extends Item> |
ExchangeService.findItems(Iterable<FolderId> parentFolderIds,
SearchFilter searchFilter,
String queryString,
ViewBase view,
Grouping groupBy,
ServiceErrorHandling errorHandlingMode)
Finds item.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Grouping |
FindItemRequest.getGroupBy()
Gets the group by.
|
Modifier and Type | Method and Description |
---|---|
void |
FindItemRequest.setGroupBy(Grouping value)
Sets the group by.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
ViewBase.internalWriteSearchSettingsToXml(EwsServiceXmlWriter writer,
Grouping groupBy)
Writes the search settings to XML.
|
protected void |
PagedView.internalWriteSearchSettingsToXml(EwsServiceXmlWriter writer,
Grouping groupBy)
Internals the write search settings to XML.
|
protected void |
ItemView.internalWriteSearchSettingsToXml(EwsServiceXmlWriter writer,
Grouping groupBy)
Internals the write search settings to XML.
|
protected void |
ConversationIndexedItemView.internalWriteSearchSettingsToXml(EwsServiceXmlWriter writer,
Grouping groupBy)
Internals the write search settings to XML.
|
protected void |
CalendarView.internalWriteSearchSettingsToXml(EwsServiceXmlWriter writer,
Grouping groupBy)
Writes the search settings to XML.
|
void |
ViewBase.writeToXml(EwsServiceXmlWriter writer,
Grouping groupBy)
Writes to XML.
|
Copyright © 2012–2015 Microsoft. All rights reserved.