3.1.4.3.1.1 GetUserConfigurationSoapIn
The GetUserConfigurationSoapIn WSDL message specifies a GetUserConfiguration operation request to retrieve a user configuration object.
-
<wsdl:message name="GetUserConfigurationSoapIn"> <wsdl:part name="request" element="tns:GetUserConfiguration" /> <wsdl:part name="Impersonation" element="t:ExchangeImpersonation"/> <wsdl:part name="MailboxCulture" element="t:MailboxCulture"/> <wsdl:part name="RequestVersion" element="t:RequestServerVersion"/> </wsdl:message>
The GetUserConfigurationSoapIn WSDL message is the input message for the SOAP action http://schemas.microsoft.com/exchange/services/2006/messages/GetUserConfiguration.
The parts of the GetUserConfigurationSoapIn WSDL message are listed and described in the following table.
Part name |
Element/type |
Description |
---|---|---|
request |
tns:GetUserConfiguration (section 3.1.4.3.2.1) |
Specifies the SOAP body of a request to get a user configuration object. This part is required. |
Impersonation |
t:ExchangeImpersonation ([MS-OXWSCDATA] section 2.2.3.3) |
Specifies a SOAP header that identifies the user whom the client application is impersonating. This part is optional. |
MailboxCulture |
t:MailboxCulture ([MS-OXWSCDATA] section 2.2.3.6) |
Specifies a SOAP header that identifies the culture to be used for accessing the mailbox. The cultures are defined in [RFC3066]. This part is optional. |
RequestVersion |
t:RequestServerVersion ([MS-OXWSCDATA] section 2.2.3.9) |
Specifies a SOAP header that identifies the schema version for the GetUserConfiguration operation request (section 3.1.4.3). |