summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/SingleRecipientType.php
blob: 5249f96c306cbe6877371eb6f8f4f97e7f89bd70 (plain) (tree)
























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

namespace jamesiarmes\PhpEws\Type;

use \jamesiarmes\PhpEws\Type;

/**
 * Identifies the delegate in a delegate access scenario.
 *
 * @package php-ews\Type
 */
class SingleRecipientType extends Type
{
    /**
     * Identifies a mail-enabled Active Directory directory service object.
     *
     * @since Exchange 2007
     *
     * @var \jamesiarmes\PhpEws\Type\EmailAddressType
     */
    public $Mailbox;
}