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

namespace jamesiarmes\PhpEws\Response;

/**
 * Defines a response to a request to expand a distribution list.
 *
 * @package php-ews\Response
 */
class ExpandDLResponseType extends BaseResponseMessageType
{

}