3.1.4.1 GetMailTips

The GetMailTips operation gets the mail tips information for a mailbox.

The following is the WSDL port type specification of the operation.

 <wsdl:operation name="GetMailTips">
     <wsdl:input message="tns:GetMailTipsSoapIn"/>
     <wsdl:output message="tns:GetMailTipsSoapOut"/>
 </wsdl:operation>

The following is the WSDL binding specification of the operation.

 <wsdl:operation name="GetMailTips">
     <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetMailTips"/>
     <wsdl:input>
         <soap:body parts="request" use="literal"/>
         <soap:header message="tns:GetMailTipsSoapIn" part="RequestVersion" use="literal"/>
         <soap:header message="tns:GetMailTipsSoapIn" part="MailboxCulture" use="literal"/>
     </wsdl:input>
     <wsdl:output>
         <soap:body parts="GetMailTipsResult" use="literal"/>
         <soap:header message="tns:GetMailTipsSoapOut" part="ServerVersion" use="literal"/>
     </wsdl:output>
 </wsdl:operation>