ExchangeServiceBinding.ExchangeImpersonation Property

Definition

The ExchangeImpersonation property gets or sets an ExchangeImpersonationType object that contains the identifier of the account to impersonate.

public:
 property ExchangeWebServices::ExchangeImpersonationType ^ ExchangeImpersonation { ExchangeWebServices::ExchangeImpersonationType ^ get(); void set(ExchangeWebServices::ExchangeImpersonationType ^ value); };
public ExchangeWebServices.ExchangeImpersonationType ExchangeImpersonation { get; set; }
Public Property ExchangeImpersonation As ExchangeImpersonationType

Property Value

The ExchangeImpersonation property returns an ExchangeImpersonationType object that contains the identifier of the account to impersonate.

Remarks

The ExchangeImpersonationType object has a ConnectingSID property that contains the identifier of the account to impersonate. This property is serialized into the SOAP header when it is sent to the Exchange server.

Applies to