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

namespace jamesiarmes\PhpEws\Request;

/**
 * Defines a request to get the password expiration date for an email account.
 *
 * @package php-ews\Request
 */
class GetPasswordExpirationDateType extends BaseRequestType
{
    /**
     * Represents the email address of the email account for which the password
     * expiration date is to be returned.
     *
     * @since Exchange 2010 SP2
     *
     * @var string
     */
    public $MailboxSmtpAddress;
}