summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Request/GetImItemListType.php
blob: c7be93b7f7c5a06e32b5bc39508c16ccdf1fcfec (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\GetImItemListType.
 */

namespace jamesiarmes\PhpEws\Request;

/**
 * Defines a request to get a list of instant messaging groups and contacts.
 *
 * @package php-ews\Request
 */
class GetImItemListType extends BaseRequestType
{
    /**
     * Contains any extended properties used for the request.
     *
     * @since Exchange 2013
     *
     * @var \jamesiarmes\PhpEws\ArrayType\NonEmptyArrayOfExtendedFieldURIs
     */
    public $ExtendedProperties;
}