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

namespace jamesiarmes\PhpEws\Response;

/**
 * Defines a response to a GetImItems request.
 *
 * @package php-ews\Response
 */
class GetImItemsResponse extends ResponseMessageType
{
    /**
     * Contains a list of instant messaging groups and instant messaging
     * contacts.
     *
     * @since Exchange 2013
     *
     * @var \jamesiarmes\PhpEws\Type\ImItemListType
     */
    public $ImItemList;
}