summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Response/MarkAsJunkResponseMessageType.php
blob: d05955d13de5f085f890c4f1988d9a9419e7e9b5 (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\Response\MarkAsJunkResponseMessageType.
 */

namespace jamesiarmes\PhpEws\Response;

/**
 * Defines the response message for a MarkAsJunk request.
 *
 * @package php-ews\Response
 */
class MarkAsJunkResponseMessageType extends ResponseMessageType
{
    /**
     * Specifies the identifier of the item that was moved.
     *
     * @since Exchange 2013
     *
     * @var \jamesiarmes\PhpEws\Type\ItemIdType
     */
    public $MovedItemId;
}