summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/MembersListType.php
blob: 645643f1822470ee273330dfb0ab4ca963f8560a (plain) (tree)



























                                                                          
<?php
/**
 * Contains \jamesiarmes\PhpEws\Type\MembersListType.
 */

namespace jamesiarmes\PhpEws\Type;

use \jamesiarmes\PhpEws\Type;

/**
 * Represents the list of members for a distribution list.
 *
 * @package php-ews\Type
 */
class MembersListType extends Type
{
    /**
     * Provides an identifier for a fully resolved e-mail address, and the
     * status of that address on the server.
     *
     * This element is optional.
     *
     * @since Exchange 2010
     *
     * @var \jamesiarmes\PhpEws\Type\MemberType[]
     */
    public $Member = array();
}