ExchangeServiceBinding.ExchangeImpersonation, propriété (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the account to include in the ExchangeImpersonation element in Microsoft Exchange Server 2007.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Property ExchangeImpersonation As ExchangeImpersonationType
'Utilisation
Dim instance As ExchangeServiceBinding
Dim value As ExchangeImpersonationType
value = instance.ExchangeImpersonation
instance.ExchangeImpersonation = value
public ExchangeImpersonationType ExchangeImpersonation { get; set; }
Valeur de la propriété
String representing the account.
Remarques
The ExchangeImpersonation element is used in the SOAP header of a request. When the element is present, the caller is attempting to impersonate the account that is contained within the ExchangeImpersonation element.
Voir aussi
Référence
ExchangeServiceBinding, classe
Membres ExchangeServiceBinding
Microsoft.SharePoint.Portal.WebControls, espace de noms