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






















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

namespace jamesiarmes\PhpEws\Type;

/**
 * Base type for reply objects.
 *
 * @package php-ews\Type
 */
abstract class ResponseObjectType extends ResponseObjectCoreType
{
    /**
     * Item identifier that is related to a response object.
     *
     * @since Exchange 2007
     *
     * @var string
     */
    public $ReferenceItemId;
}