summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RequestAttachmentIdType.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RequestAttachmentIdType.php')
-rw-r--r--modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RequestAttachmentIdType.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RequestAttachmentIdType.php b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RequestAttachmentIdType.php
new file mode 100644
index 00000000..90089569
--- /dev/null
+++ b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RequestAttachmentIdType.php
@@ -0,0 +1,23 @@
+<?php
+/**
+ * Contains \jamesiarmes\PhpEws\Type\RequestAttachmentIdType.
+ */
+
+namespace jamesiarmes\PhpEws\Type;
+
+/**
+ * Identifies a single attachment.
+ *
+ * @package php-ews\Type
+ */
+class RequestAttachmentIdType extends BaseItemIdType
+{
+ /**
+ * Specifies the attachment identifier.
+ *
+ * @since Exchange 2007
+ *
+ * @var string
+ */
+ public $Id;
+}