summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Request/RemoveDistributionGroupFromImListType.php
blob: 74d2b014adc49c424d471049316d56830d36a68b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/**
 * Contains \jamesiarmes\PhpEws\Request\RemoveDistributionGroupFromImListType.
 */

namespace jamesiarmes\PhpEws\Request;

/**
 * Represents a request to remove a specific instant messaging distribution list
 * group.
 *
 * @package php-ews\Request
 */
class RemoveDistributionGroupFromImListType extends BaseRequestType
{
    /**
     * Identifies the distribution group to be removed.
     *
     * @since Exchange 2013
     *
     * @var \jamesiarmes\PhpEws\Type\ItemIdType
     */
    public $GroupId;
}