Understanding the GetUserAvailabilityRequest

To call the GetUserAvailability Web method, you supply a GetUserAvailabilityRequest element in your call. The schema type for a GetUserAvailabilityRequest is the GetUserAvailabilityRequestType, which is shown in Example 21-1.

Example 21-1. Schema for GetUserAvailabilityRequestType

<xs:complexType name="GetUserAvailabilityRequestType"> <xs:complexContent mixed="false"> <xs:extension base="m:BaseRequestType"> <xs:sequence> <xs:element ref="t:TimeZone" /> <xs:element name="MailboxDataArray" type="t:ArrayOfMailboxData" /> <xs:element minOccurs="0" maxOccurs="1" ref="t:FreeBusyViewOptions" /> <xs:element minOccurs="0" maxOccurs="1" ref="t:SuggestionsViewOptions" /> </xs:sequence> </xs:extension> </xs:complexContent> ...

Get Inside Microsoft® Exchange Server 2007 Web Services now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.