summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Request/PerformReminderActionType.php
blob: 33d56ee02f11cf7ebff0b47f038143f35f810b55 (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\Request\PerformReminderActionType.
 */

namespace jamesiarmes\PhpEws\Request;

/**
 * Defines a request to perform a reminder action.
 *
 * @package php-ews\Request
 */
class PerformReminderActionType extends BaseRequestType
{
    /**
     * Specifies the actions for reminder items.
     *
     * @since Exchange 2013
     *
     * @var \jamesiarmes\PhpEws\ArrayType\NonEmptyArrayOfReminderItemActionType
     */
    public $ReminderItemActions;
}