summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Request/AddImGroupType.php
blob: 834c3216644a39afb2bd4496e7af2f0ba6b85b89 (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
<?php
/**
 * Contains \jamesiarmes\PhpEws\Request\AddImGroupType.
 */

namespace jamesiarmes\PhpEws\Request;

/**
 * Defines a request to add a new instant messaging group.
 *
 * @package php-ews\Request
 */
class AddImGroupType extends BaseRequestType
{
    /**
     * Display name of the instant messaging group.
     *
     * @since Exchange 2013
     *
     * @var string
     */
    public $DisplayName;
}