summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Request/GetInboxRulesRequestType.php
blob: 2388eec6184247b5dcb567f16dd6ff1eac3ed6de (plain) (tree)























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