ExchangeServiceBinding.ExchangeImpersonation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.