Для изменения размера нажмите или перетащите

ExchangeServiceConvertIds - метод

Converts multiple Ids from one format to another in a single call to EWS.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public Task<ServiceResponseCollection<ConvertIdResponse>> ConvertIds(
	IEnumerable<AlternateIdBase> ids,
	IdFormat destinationFormat,
	CancellationToken token = default
)

Параметры

ids
Тип: System.Collections.GenericIEnumerableAlternateIdBase
The Ids to convert.
destinationFormat
Тип: Tessa.Exchange.WebServices.DataIdFormat
The destination format.
token (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskServiceResponseCollectionConvertIdResponse
A ServiceResponseCollection providing conversion results for each specified Ids.
См. также