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

namespace jamesiarmes\PhpEws\Request;

/**
 * Defines the properties used to unsubscribe from a subscription.
 *
 * @package php-ews\Request
 */
class UnsubscribeType extends BaseRequestType
{
    /**
     * Represents the identifier for a subscription.
     *
     * @since Exchange 2007
     *
     * @var string
     */
    public $SubscriptionId;
}