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

ExchangeServiceGetClientAccessToken(IEnumerableKeyValuePairString, ClientAccessTokenType) - метод

GetClientAccessToken

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public Task<ServiceResponseCollection<GetClientAccessTokenResponse>> GetClientAccessToken(
	IEnumerable<KeyValuePair<string, ClientAccessTokenType>> idAndTypes
)

Параметры

idAndTypes
Тип: System.Collections.GenericIEnumerableKeyValuePairString, ClientAccessTokenType
Id and Types

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

Тип: TaskServiceResponseCollectionGetClientAccessTokenResponse
A ServiceResponseCollection providing token results for each of the specified id and types.
См. также