summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/DirectoryEntryType.php
blob: 81d777c16e5504608ac3f8eedee66fd1ca321498 (plain) (tree)

























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

namespace jamesiarmes\PhpEws\Type;

use \jamesiarmes\PhpEws\Type;

/**
 * Represents a directory entry.
 *
 * @package php-ews\Type
 */
class DirectoryEntryType extends Type
{
    /**
     * An identifier that contains an email address and display name that
     * represents a meeting room.
     *
     * @since Exchange 2010
     *
     * @var \jamesiarmes\PhpEws\Type\EmailAddressType
     */
    public $Id;
}