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.6.0.22
public Task<ServiceResponseCollection<ConvertIdResponse>> ConvertIds(
IEnumerable<AlternateIdBase> ids,
IdFormat destinationFormat,
CancellationToken token = default
)
Public Function ConvertIds (
ids As IEnumerable(Of AlternateIdBase),
destinationFormat As IdFormat,
Optional token As CancellationToken = Nothing
) As Task(Of ServiceResponseCollection(Of ConvertIdResponse))
public:
Task<ServiceResponseCollection<ConvertIdResponse^>^>^ ConvertIds(
IEnumerable<AlternateIdBase^>^ ids,
IdFormat destinationFormat,
CancellationToken token = CancellationToken()
)
member ConvertIds :
ids : IEnumerable<AlternateIdBase> *
destinationFormat : IdFormat *
?token : CancellationToken
(* Defaults:
let _token = defaultArg token new CancellationToken()
*)
-> Task<ServiceResponseCollection<ConvertIdResponse>>
- ids IEnumerableAlternateIdBase
- The Ids to convert.
- destinationFormat IdFormat
- The destination format.
- token CancellationToken (Optional)
-
TaskServiceResponseCollectionConvertIdResponseA ServiceResponseCollection providing conversion results for each specified Ids.