Expand Minimize
This topic has not yet been rated - Rate this topic

2.2.4.29 t:ExchangeImpersonationType Complex Type

The ExchangeImpersonationType complex type specifies the user to be impersonated.

<xs:complexType name="ExchangeImpersonationType">
  <xs:sequence>
    <xs:element name="ConnectingSID"
      type="t:ConnectingSIDType"
     />
  </xs:sequence>
  <xs:anyAttribute
    namespace="http://schemas.xmlsoap.org/soap/envelope/"
   />
</xs:complexType>

The following table lists the child elements of the ExchangeImpersonationType complex type.

Element name

Type

Description

ConnectingSID

t:ConnectingSIDType (section 2.2.4.19)

Specifies the account to be impersonated. This element MUST exist for impersonation.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.