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

namespace jamesiarmes\PhpEws\Type;

/**
 * Represents an event in which an item or folder is modified.
 *
 * @package php-ews\Type
 */
class ModifiedEventType extends BaseObjectChangedEventType
{
    /**
     * Represents the count of unread items within a given folder.
     *
     * @since Exchange 2007
     *
     * @var integer
     */
    public $UnreadCount;
}