summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Request/UploadItemsType.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Request/UploadItemsType.php')
-rw-r--r--modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Request/UploadItemsType.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Request/UploadItemsType.php b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Request/UploadItemsType.php
new file mode 100644
index 00000000..7f646f6c
--- /dev/null
+++ b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Request/UploadItemsType.php
@@ -0,0 +1,23 @@
+<?php
+/**
+ * Contains \jamesiarmes\PhpEws\Request\UploadItemsType.
+ */
+
+namespace jamesiarmes\PhpEws\Request;
+
+/**
+ * Represents a request to upload items into a mailbox.
+ *
+ * @package php-ews\Request
+ */
+class UploadItemsType extends BaseRequestType
+{
+ /**
+ * Contains an array of items to upload into a mailbox.
+ *
+ * @since Exchange 2010 SP1
+ *
+ * @var \jamesiarmes\PhpEws\ArrayType\NonEmptyArrayOfUploadItemsType
+ */
+ public $Items;
+}