summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/OpenAsAdminOrSystemServiceType.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/OpenAsAdminOrSystemServiceType.php')
-rw-r--r--modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/OpenAsAdminOrSystemServiceType.php34
1 files changed, 34 insertions, 0 deletions
diff --git a/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/OpenAsAdminOrSystemServiceType.php b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/OpenAsAdminOrSystemServiceType.php
new file mode 100644
index 00000000..9fb13ba3
--- /dev/null
+++ b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/OpenAsAdminOrSystemServiceType.php
@@ -0,0 +1,34 @@
+<?php
+/**
+ * Contains \jamesiarmes\PhpEws\Type\OpenAsAdminOrSystemServiceType.
+ */
+
+namespace jamesiarmes\PhpEws\Type;
+
+use \jamesiarmes\PhpEws\Type;
+
+/**
+ * For internal use only. Not used by clients.
+ *
+ * @package php-ews\Type
+ */
+class OpenAsAdminOrSystemServiceType extends Type
+{
+ /**
+ * Not intended for client use.
+ *
+ * @since Exchange 2010 SP1
+ *
+ * @var string
+ */
+ public $ConnectingSID;
+
+ /**
+ * Not intended for client use.
+ *
+ * @since Exchange 2010 SP1
+ *
+ * @var string
+ */
+ public $LogonType;
+}