summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Response/GetRemindersResponseMessageType.php
blob: f6ddc5ae343317fa17a0c215a7f594ddbf3ff291 (plain) (tree)






















                                                                         
<?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;
}