summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RootItemIdType.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RootItemIdType.php')
-rw-r--r--modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RootItemIdType.php34
1 files changed, 34 insertions, 0 deletions
diff --git a/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RootItemIdType.php b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RootItemIdType.php
new file mode 100644
index 00000000..4ecb27d3
--- /dev/null
+++ b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RootItemIdType.php
@@ -0,0 +1,34 @@
+<?php
+/**
+ * Contains \jamesiarmes\PhpEws\Type\RootItemIdType.
+ */
+
+namespace jamesiarmes\PhpEws\Type;
+
+use \jamesiarmes\PhpEws\Type;
+
+/**
+ * Identifies the root item of a deleted item.
+ *
+ * @package php-ews\Type
+ */
+class RootItemIdType extends BaseItemIdType
+{
+ /**
+ * Identifies the new change key of the root item of a deleted item.
+ *
+ * @since Exchange 2007
+ *
+ * @var string
+ */
+ public $RootItemChangeKey;
+
+ /**
+ * Identifies the root item of a deleted item.
+ *
+ * @since Exchange 2007
+ *
+ * @var string
+ */
+ public $RootItemId;
+}