AutodiscoverServiceTryGetPartnerAccess - метод
Try to get the partner access information for the given target tenant.
Пространство имён: Tessa.Exchange.WebServices.AutodiscoverСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public Task<Tuple<bool, ExchangeCredentials, Uri>> TryGetPartnerAccess(
string targetTenantDomain
)
Public Function TryGetPartnerAccess (
targetTenantDomain As String
) As Task(Of Tuple(Of Boolean, ExchangeCredentials, Uri))
public:
Task<Tuple<bool, ExchangeCredentials^, Uri^>^>^ TryGetPartnerAccess(
String^ targetTenantDomain
)
member TryGetPartnerAccess :
targetTenantDomain : string -> Task<Tuple<bool, ExchangeCredentials, Uri>>
- targetTenantDomain String
- The target domain or user email address.
TaskTupleBoolean,
ExchangeCredentials,
UriTrue if the partner access information was retrieved, false otherwise.