3.1.4.2.1.1 CreateFolderPathSoapIn
The CreateFolderPathSoapIn WSDL message specifies the request to create a folder path.
The following is the CreateFolderPathSoapIn WSDL message specification.
-
<wsdl:message name="CreateFolderPathSoapIn" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:part name="request" element="tns:CreateFolderPath"/> <wsdl:part name="Impersonation" element="t:ExchangeImpersonation"/> <wsdl:part name="MailboxCulture" element="t:MailboxCulture"/> <wsdl:part name="RequestVersion" element="t:RequestServerVersion"/> <wsdl:part name="TimeZoneContext" element="t:TimeZoneContext"/> </wsdl:message>
The CreateFolderPathSoapIn WSDL message is the input message for the SOAP action http://schemas.microsoft.com/exchange/services/2006/messages/CreateFolderPath.
The parts of the CreateFolderPathSoapIn WSDL message are described in the following table.
Part name |
Element/type |
Description |
---|---|---|
request |
CreateFolderPath (section 3.1.4.2.2.1) |
Specifies the SOAP body of the request to create a folder path. |
Impersonation |
ExchangeImpersonation ([MS-OXWSCDATA] section 2.2.3.3) |
Specifies a SOAP header that identifies the user whom the client is impersonating. |
MailboxCulture |
MailboxCulture ([MS-OXWSCDATA] section 2.2.4.43) |
Specifies a SOAP header that identifies the culture to use to access the mailbox. The cultures are defined in [RFC3066]. |
RequestVersion |
RequestServerVersion ([MS-OXWSCDATA] section 2.2.3.9) |
Specifies a SOAP header that identifies the schema version for the CreateFolderPath operation request. |
TimeZoneContext |
TimeZoneContext ([MS-OXWSGTZ] section 2.2.3.4) |
Specifies a SOAP header that identifies the time zone to use for all responses from the server. All times that are returned from the server will be converted to the specified time zone. |