AutodiscoverServiceTryGetPartnerAccess - метод

Try to get the partner access information for the given target tenant.

Definition

Пространство имён: Tessa.Exchange.WebServices.Autodiscover
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public Task<Tuple<bool, ExchangeCredentials, Uri>> TryGetPartnerAccess(
	string targetTenantDomain
)

Параметры

targetTenantDomain  String
The target domain or user email address.

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

TaskTupleBoolean, ExchangeCredentials, Uri
True if the partner access information was retrieved, false otherwise.

См. также