summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Response/GetRoomsResponseMessageType.php
blob: b53c30591c94c46eb54c868ad1ce62fb48d5d560 (plain) (tree)























                                                                          
<?php
/**
 * Contains \jamesiarmes\PhpEws\Response\GetRoomsResponseMessageType.
 */

namespace jamesiarmes\PhpEws\Response;

/**
 * Represents the response to a GetRooms operation request.
 *
 * @package php-ews\Response
 */
class GetRoomsResponseMessageType extends ResponseMessageType
{
    /**
     * Provides a list of email addresses and display names that represent
     * meeting rooms.
     *
     * @since Exchange 2010 SP1
     *
     * @var \jamesiarmes\PhpEws\ArrayType\ArrayOfRoomsType
     */
    public $Rooms;
}