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























                                                                            
<?php
/**
 * Contains \jamesiarmes\PhpEws\Request\RemoveContactFromImListType.
 */

namespace jamesiarmes\PhpEws\Request;

/**
 * Defines a request to remove an instant messaging contact from all instant
 * messaging groups.
 *
 * @package php-ews\Request
 */
class RemoveContactFromImListType extends BaseRequestType
{
    /**
     * Uniquely identifies a contact.
     *
     * @since Exchange 2013
     *
     * @var \jamesiarmes\PhpEws\Type\ItemIdType
     */
    public $ContactId;
}