ExchangeServiceBindToGroupItems - метод

Binds to multiple items in a single call to EWS.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<ServiceResponseCollection<GetItemResponse>> BindToGroupItems(
	IEnumerable<ItemId> itemIds,
	PropertySet propertySet,
	string anchorMailbox,
	CancellationToken token = default
)

Параметры

itemIds  IEnumerableItemId
The Ids of the items to bind to.
propertySet  PropertySet
The set of properties to load.
anchorMailbox  String
The SmtpAddress of mailbox that hosts all items we need to bind to
token  CancellationToken  (Optional)
 

Возвращаемое значение

TaskServiceResponseCollectionGetItemResponse
A ServiceResponseCollection providing results for each of the specified item Ids.

Заметки

This API designed to be used primarily in groups scenarios where we want to set the anchor mailbox header so that request is routed directly to the group mailbox backend server.

См. также