Table of Contents

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 string

The Id of the inbox rule to delete.

Properties

RuleId

Gets or sets the Id of the rule to delete.

public string RuleId { get; set; }

Property Value

string