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






















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

namespace jamesiarmes\PhpEws\Type;

/**
 * Identifies a single attachment.
 *
 * @package php-ews\Type
 */
class RequestAttachmentIdType extends BaseItemIdType
{
    /**
     * Specifies the attachment identifier.
     *
     * @since Exchange 2007
     *
     * @var string
     */
    public $Id;
}