2.2.4.33 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.22) |
Specifies the account to be impersonated. This element MUST be present for impersonation. |