AutodiscoverServiceTryGetPartnerAccess - метод |
Try to get the partner access information for the given target tenant.
Пространство имён:
Tessa.Exchange.WebServices.Autodiscover
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemString
The target domain or user email address.
Возвращаемое значение
Тип:
TaskTupleBoolean,
ExchangeCredentials,
UriTrue if the partner access information was retrieved, false otherwise.
См. также