FolderFindItems(ItemView, CancellationToken) - метод |
Obtains a 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.5.0.19
Синтаксис public Task<FindItemsResults<Item>> FindItems(
ItemView view,
CancellationToken token = default
)
Public Function FindItems (
view As ItemView,
Optional token As CancellationToken = Nothing
) As Task(Of FindItemsResults(Of Item))
public:
Task<FindItemsResults<Item^>^>^ FindItems(
ItemView^ view,
CancellationToken token = CancellationToken()
)
member FindItems :
view : ItemView *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<FindItemsResults<Item>>
Параметры
- view
- Тип: Tessa.Exchange.WebServices.DataItemView
The view controlling the number of items returned. - token (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskFindItemsResultsItemAn object representing the results of the search operation.
См. также