summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Request/GetImItemListType.php
blob: c7be93b7f7c5a06e32b5bc39508c16ccdf1fcfec (plain) (tree)






















                                                                            
<?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;
}