3.1.4.1 GetPasswordExpirationDate Operation
The GetPasswordExpirationDate operation provides the mailbox account with the password expiration date.
The following is the WSDL port type specification for this operation.
-
<wsdl:portType name="ExchangeServicePortType"> <wsdl:operation name="GetPasswordExpirationDate"> <wsdl:input message="tns:GetPasswordExpirationDateSoapIn" /> <wsdl:output message="tns:GetPasswordExpirationDateSoapOut" /> </wsdl:operation> </wsdl:portType>
The following is the WSDL binding specification for this operation.
-
<wsdl:operation name="GetPasswordExpirationDate"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetPasswordExpirationDate" /> <wsdl:input> <soap:header message="tns:GetPasswordExpirationDateSoapIn" part="MailboxCulture" use="literal"/> <soap:header message="tns:GetPasswordExpirationDateSoapIn" part="RequestVersion" use="literal"/> <soap:body parts="request" use="literal" /> </wsdl:input> <wsdl:output> <soap:body parts="GetPasswordExpirationDateResult" use="literal" /> <soap:header message="tns:GetPasswordExpirationDateSoapOut" part="ServerVersion" use="literal"/> </wsdl:output> </wsdl:operation>