ExchangeImpersonation

Topic Last Modified: 2007-10-15

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.

Schema Hierarchy

ExchangeImpersonation

Syntax

<ExchangeImpersonation>
   <ConnectingSID/>
</ExchangeImpersonation>

Type

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 Microsoft Exchange Server 2007 that has the Client Access server role installed.

Element Information

Namespace

https://schemas.microsoft.com/exchange/services/2006/types

Schema name

Types schema

Validation file

Types.xsd

Can be empty

False

See Also

Other Resources

Server-to-Server Authorization