summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/DeleteRuleOperationType.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/DeleteRuleOperationType.php')
-rw-r--r--modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/DeleteRuleOperationType.php23
1 files changed, 23 insertions, 0 deletions
diff --git a/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/DeleteRuleOperationType.php b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/DeleteRuleOperationType.php
new file mode 100644
index 00000000..6f98dc05
--- /dev/null
+++ b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/DeleteRuleOperationType.php
@@ -0,0 +1,23 @@
+<?php
+/**
+ * Contains \jamesiarmes\PhpEws\Type\DeleteRuleOperationType.
+ */
+
+namespace jamesiarmes\PhpEws\Type;
+
+/**
+ * Represents an operation to delete an existing Inbox rule.
+ *
+ * @package php-ews\Type
+ */
+class DeleteRuleOperationType extends RuleOperationType
+{
+ /**
+ * Specifies the identifier of the rule to delete.
+ *
+ * @since Exchange 2010
+ *
+ * @var string
+ */
+ public $RuleId;
+}