AutodiscoverService.TryGetPartnerAccess Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tente de récupérer les informations d’accès partenaire pour le locataire spécifié.
public:
bool TryGetPartnerAccess(System::String ^ targetTenantDomain, [Runtime::InteropServices::Out] Microsoft::Exchange::WebServices::Data::ExchangeCredentials ^ % partnerAccessCredentials, [Runtime::InteropServices::Out] Uri ^ % targetTenantAutodiscoverUrl);
public bool TryGetPartnerAccess (string targetTenantDomain, out Microsoft.Exchange.WebServices.Data.ExchangeCredentials partnerAccessCredentials, out Uri targetTenantAutodiscoverUrl);
Public Function TryGetPartnerAccess (targetTenantDomain As String, ByRef partnerAccessCredentials As ExchangeCredentials, ByRef targetTenantAutodiscoverUrl As Uri) As Boolean
Paramètres
- targetTenantDomain
- String
Adresse e-mail du domaine ou de l’utilisateur cible.
- partnerAccessCredentials
- ExchangeCredentials
Informations d’identification d’accès du partenaire.
- targetTenantAutodiscoverUrl
- Uri
URL de découverte automatique pour le locataire spécifié.
Retours
true si les informations d’accès du partenaire ont été récupérées ; sinon, false.