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

namespace jamesiarmes\PhpEws\Request;

/**
 * Defines a request to get the hold status for a mailbox.
 *
 * @package php-ews\Request
 */
class GetHoldOnMailboxesType extends BaseRequestType
{
    /**
     * Contains the mailbox hold identifier.
     *
     * @since Exchange 2013
     *
     * @var string
     */
    public $HoldId;
}