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