summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Request/GetInboxRulesRequestType.php
blob: 2388eec6184247b5dcb567f16dd6ff1eac3ed6de (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
24
<?php
/**
 * Contains \jamesiarmes\PhpEws\Request\GetInboxRulesRequestType.
 */

namespace jamesiarmes\PhpEws\Request;

/**
 * Defines a request to get the Inbox rules on a mailbox in the server store.
 *
 * @package php-ews\Request
 */
class GetInboxRulesRequestType extends BaseRequestType
{
    /**
     * Represents the SMTP address of the user whose Inbox rules are to be
     * retrieved.
     *
     * @since Exchange 2010
     *
     * @var string
     */
    public $MailboxSmtpAddress;
}