summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RequestAttachmentIdType.php
blob: 90089569cb063b1003a8aa6123b28f0927231a33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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;
}