Class DeleteRuleOperation
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents an operation to delete an existing rule.
public sealed class DeleteRuleOperation : RuleOperation
- Inheritance
-
DeleteRuleOperation
- Inherited Members
Constructors
DeleteRuleOperation()
Initializes a new instance of the DeleteRuleOperation class.
public DeleteRuleOperation()
DeleteRuleOperation(string)
Initializes a new instance of the DeleteRuleOperation class.
public DeleteRuleOperation(string ruleId)
Parameters
ruleId
stringThe Id of the inbox rule to delete.
Properties
RuleId
Gets or sets the Id of the rule to delete.
public string RuleId { get; set; }