3.1.4.1.3.3 m:ArrayOfFreeBusyResponse Complex Type

The ArrayOfFreeBusyResponse complex type contains the requested users' availability information. The order of the individual elements of this array MUST match the order of the users in the GetUserAvailabilityRequest element (section 3.1.4.1.2.2).

 <xs:complexType name="ArrayOfFreeBusyResponse">
   <xs:sequence>
     <xs:element name="FreeBusyResponse"
       type="m:FreeBusyResponseType"
       maxOccurs="unbounded"
       minOccurs="0"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child elements of the ArrayOfFreeBusyResponse complex type.

Element name

Type

Description

FreeBusyResponse

m:FreeBusyResponseType (section 3.1.4.1.3.11)

Specifies the free/busy status information for a single mailbox user and the response status.