ExchangeService.LoadPropertiesForItems - метод |
Loads the properties of multiple items in a single call to EWS.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис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
- Тип: System.Collections.Generic.IEnumerable<Item>
The items to load the properties of. - propertySet
- Тип: Tessa.Exchange.WebServices.Data.PropertySet
The set of properties to load. - token (Optional)
- Тип: System.Threading.CancellationToken
Возвращаемое значение
Тип:
Task<ServiceResponseCollection<ServiceResponse>>A ServiceResponseCollection providing results for each of the specified items.
См. также