3.1.4.8 SendItem Operation
The SendItem operation sends message items on the server.
The following is the WSDL port type specification for the SendItem operation.
-
<wsdl:operation name="SendItem"> <wsdl:input message="tns:SendItemSoapIn" /> <wsdl:output message="tns:SendItemSoapOut" /> </wsdl:operation>
The following is the WSDL binding specification for the SendItem operation.
-
<wsdl:operation name="SendItem"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/SendItem" /> <wsdl:input> <soap:header message="tns:SendItemSoapIn" part="Impersonation" use="literal"/> <soap:header message="tns:SendItemSoapIn" part="MailboxCulture" use="literal"/> <soap:header message="tns:SendItemSoapIn" part="RequestVersion" use="literal"/> <soap:body parts="request" use="literal"/> </wsdl:input> <wsdl:output> <soap:body parts="SendItemResult" use="literal"/> <soap:header message="tns:SendItemSoapOut" part="ServerVersion" use="literal"/> </wsdl:output> </wsdl:operation>