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

namespace jamesiarmes\PhpEws\Response;

/**
 * Defines a response to a RemoveDistributionGroupFromImList request.
 *
 * @package php-ews\Response
 */
class RemoveDistributionGroupFromImListResponseMessageType extends ResponseMessageType
{

}