summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Request/GetRoomListsType.php
blob: 0f18625f9879e03c5302803b46b2d3729a28d233 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/**
 * Contains \jamesiarmes\PhpEws\Request\GetRoomListsType.
 */

namespace jamesiarmes\PhpEws\Request;

/**
 * Represents a request for a list of email addresses that represent a list of
 * available rooms.
 *
 * @package php-ews\Request
 */
class GetRoomListsType extends BaseRequestType
{

}