ExchangeImpersonation

The ExchangeImpersonation element is used in the SOAP header of a request. When this element is present, the caller is trying to impersonate the account that is contained within the ExchangeImpersonation element.

ExchangeImpersonation

<ExchangeImpersonation>
   <ConnectingSID/>
</ExchangeImpersonation>

ExchangeImpersonationType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

Element Description
ConnectingSID
Represents an account to impersonate when you are using the ExchangeImpersonation SOAP header.

Parent elements

None.

Remarks

The calling account must have the ms-exch-impersonation right on the Client Access server and the ms-exch-MayImpersonate right on either the mailbox database that contains the mailbox to impersonate or the Active Directory User/Contact object.

The schema that describes this element is located in the EWS virtual directory of the computer that is running MicrosoftExchange Server 2007 that has the Client Access server role installed.

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema name
Types schema
Validation file
Types.xsd
Can be empty
False

See also

Server-to-server authorization in EWS