FolderFindItems(ItemView, Grouping) - метод
Obtains a grouped list of items by searching the contents of this folder. Calling this method results in a call to EWS.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task<GroupedFindItemsResults<Item>> FindItems(
ItemView view,
Grouping groupBy
)
Public Function FindItems (
view As ItemView,
groupBy As Grouping
) As Task(Of GroupedFindItemsResults(Of Item))
public:
Task<GroupedFindItemsResults<Item^>^>^ FindItems(
ItemView^ view,
Grouping^ groupBy
)
member FindItems :
view : ItemView *
groupBy : Grouping -> Task<GroupedFindItemsResults<Item>>
- view ItemView
- The view controlling the number of items returned.
- groupBy Grouping
- The grouping criteria.
TaskGroupedFindItemsResultsItemA collection of grouped items representing the contents of this folder.