ExchangeServiceBindToItems - метод
Binds to multiple items in a single call to EWS.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task<ServiceResponseCollection<GetItemResponse>> BindToItems(
IEnumerable<ItemId> itemIds,
PropertySet propertySet,
CancellationToken token = default
)
Public Function BindToItems (
itemIds As IEnumerable(Of ItemId),
propertySet As PropertySet,
Optional token As CancellationToken = Nothing
) As Task(Of ServiceResponseCollection(Of GetItemResponse))
public:
Task<ServiceResponseCollection<GetItemResponse^>^>^ BindToItems(
IEnumerable<ItemId^>^ itemIds,
PropertySet^ propertySet,
CancellationToken token = CancellationToken()
)
member BindToItems :
itemIds : IEnumerable<ItemId> *
propertySet : PropertySet *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<ServiceResponseCollection<GetItemResponse>>
- itemIds IEnumerableItemId
- The Ids of the items to bind to.
- propertySet PropertySet
- The set of properties to load.
- token CancellationToken (Optional)
-
TaskServiceResponseCollectionGetItemResponseA ServiceResponseCollection providing results for each of the specified item Ids.