3.1.4.1 GetServerTimeZones
The GetServerTimeZones operation gets time zone definitions from the server.
The following is the WSDL port type specification of the operation.
-
<wsdl:operation name="GetServerTimeZones"> <wsdl:input message="tns:GetServerTimeZonesSoapIn" /> <wsdl:output message="tns:GetServerTimeZonesSoapOut" /> </wsdl:operation>
The following is the WSDL binding specification of the operation.
-
<wsdl:operation name="GetServerTimeZones"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetServerTimeZones" /> <wsdl:input> <soap:header message="tns:GetServerTimeZonesSoapIn" part="MailboxCulture" use="literal"/> <soap:header message="tns:GetServerTimeZonesSoapIn" part="RequestVersion" use="literal"/> <soap:body parts="request" use="literal" /> </wsdl:input> <wsdl:output> <soap:body parts="GetServerTimeZonesResult" use="literal" /> <soap:header message="tns:GetServerTimeZonesSoapOut" part="ServerVersion" use="literal"/> </wsdl:output> </wsdl:operation>