: ExchangeServiceBinding.ExchangeImpersonation (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the account to include in the ExchangeImpersonation element in Microsoft Exchange Server 2007.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Property ExchangeImpersonation As ExchangeImpersonationType
'Uso
Dim instance As ExchangeServiceBinding
Dim value As ExchangeImpersonationType
value = instance.ExchangeImpersonation
instance.ExchangeImpersonation = value
public ExchangeImpersonationType ExchangeImpersonation { get; set; }
Valor de propiedad
String representing the account.
Comentarios
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.
Vea también
Referencia
ExchangeServiceBinding (Clase)
ExchangeServiceBinding (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)