summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/AddressListIdType.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/AddressListIdType.php')
-rw-r--r--modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/AddressListIdType.php27
1 files changed, 27 insertions, 0 deletions
diff --git a/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/AddressListIdType.php b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/AddressListIdType.php
new file mode 100644
index 00000000..311f6b16
--- /dev/null
+++ b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/AddressListIdType.php
@@ -0,0 +1,27 @@
+<?php
+/**
+ * Contains \jamesiarmes\PhpEws\Type\AddressListIdType.
+ */
+
+namespace jamesiarmes\PhpEws\Type;
+
+use jamesiarmes\PhpEws\Type;
+
+/**
+ * Defines the identifier of an address list.
+ *
+ * @package php-ews\Type
+ */
+class AddressListIdType extends Type
+{
+ /**
+ * A string address list identifier.
+ *
+ * This attribute is required.
+ *
+ * @since Exchange 2013
+ *
+ * @var string
+ */
+ public $Id;
+}