summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/ModifiedEventType.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/ModifiedEventType.php')
-rw-r--r--modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/ModifiedEventType.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/ModifiedEventType.php b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/ModifiedEventType.php
new file mode 100644
index 00000000..c2ba0a7a
--- /dev/null
+++ b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/ModifiedEventType.php
@@ -0,0 +1,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;
+}