3.1.4.8.1.2 tns:SendItemSoapOut Message
The SendItemSoapOut WSDL message specifies the server response to a SendItem operation request to send items on the server.
-
<wsdl:message name="SendItemSoapOut"> <wsdl:part name="SendItemResult" element="tns:SendItemResponse" /> <wsdl:part name="ServerVersion" element="t:ServerVersionInfo"/> </wsdl:message>
The SendItemSoapOut WSDL message is the output message for the SOAP action http://schemas.microsoft.com/exchange/services/2006/messages/SendItem.
The parts of the SendItemSoapOut WSDL message are listed and described in the following table.
Part name |
Element/type |
Description |
---|---|---|
SendItemResult |
tns:SendItemResponse (section 3.1.4.8.2.2) |
Specifies the SOAP body of a response message. |
ServerVersion |
t:ServerVersionInfo ([MS-OXWSCDATA] section 2.2.3.10) |
Specifies a SOAP header that identifies the server version for the response to a SendItem operation request. |