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

namespace jamesiarmes\PhpEws\Response;

/**
 * Represents the response to a GetReminders request.
 *
 * @package php-ews\Response
 */
class GetRemindersResponseMessageType extends ResponseMessageType
{
    /**
     * Specifies the reminders returned in the response.
     *
     * @since Exchange 2013
     *
     * @var \jamesiarmes\PhpEws\ArrayType\ArrayOfRemindersType
     */
    public $Reminders;
}