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

























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

namespace jamesiarmes\PhpEws\Type;

use \jamesiarmes\PhpEws\Type;

/**
 * Represents the account to impersonate within a request.
 *
 * @package php-ews\Type
 */
class ExchangeImpersonationType extends Type
{
    /**
     * Represents an account to impersonate when you are using the
     * ExchangeImpersonation SOAP header.
     *
     * @since Exchange 2007
     *
     * @var \jamesiarmes\PhpEws\Type\ConnectingSIDType
     */
    public $ConnectingSID;
}