3.1.4.1.1.1 GetUserAvailabilitySoapIn Message

The GetUserAvailabilitySoapIn WSDL message specifies the GetUserAvailability operation request to return availability information.

 <wsdl:message name="GetUserAvailabilitySoapIn">
   <wsdl:part name="GetUserAvailabilityRequest" 
     element="tns:GetUserAvailabilityRequest"/>
   <wsdl:part name="Impersonation" element="t:ExchangeImpersonation"/>
   <wsdl:part name="TimeZoneContext" element="t:TimeZoneContext"/>
   <wsdl:part name="RequestVersion" element="t:RequestServerVersion"/>
 </wsdl:message>

The GetUserAvailabilitySoapIn WSDL message is the input message for the SOAP action http://schemas.microsoft.com/exchange/services/2006/messages/GetUserAvailability.

The parts of the GetUserAvailabilitySoapIn WSDL message are described in the following table.

Part name

Element/type

Description

GetUserAvailabilityRequest

tns:GetUserAvailabilityRequest (section 3.1.4.1.2.2)

Specifies the SOAP body of the request containing the information that is required to query for availability.

Impersonation

t:ExchangeImpersonation ([MS-OXWSCDATA] section 2.2.3.3)

Specifies a SOAP header that identifies the user whom the client is impersonating.<5>

TimezoneContext

t:TimeZoneContext ([MS-OXWSGTZ] section 2.2.3.4)

Specifies a SOAP header that identifies the time zone to use for all responses from the server. All times that are returned from the server will be converted to the specified time zone.<6>

RequestVersion

t:RequestServerVersion ([MS-OXWSCDATA] section 2.2.3.9)

Specifies a SOAP header that identifies the schema version for the GetUserAvailability operation request.<7>