Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The SendNotification operation sends subscription information from the server to the client application.
The following is the WSDL port type specification for the SendNotification operation.
-
<wsdl:operation name="SendNotification"> <wsdl:input message="tns:SendNotificationSoapIn" /> <wsdl:output message="tns:SendNotificationSoapOut" /> </wsdl:operation>
The following is the WSDL binding specification for the SendNotification operation.
-
<wsdl:operation name="SendNotification"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/SendNotification" /> <wsdl:input> <soap:header message="tns:SendNotificationSoapIn" part="RequestVersion" use="literal"/> <soap:body parts="request" use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation>