DeleteRuleOperation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DeleteRuleOperation() |
Initializes a new instance of the DeleteRuleOperation class. |
DeleteRuleOperation(String) |
Initializes a new instance of the DeleteRuleOperation class with the specified rule identifier. |
DeleteRuleOperation()
Initializes a new instance of the DeleteRuleOperation class.
public:
DeleteRuleOperation();
public DeleteRuleOperation ();
Public Sub New ()
Remarks
This method deletes a Rule class object in a specific mailbox.
Applies to
DeleteRuleOperation(String)
Initializes a new instance of the DeleteRuleOperation class with the specified rule identifier.
public:
DeleteRuleOperation(System::String ^ ruleId);
public DeleteRuleOperation (string ruleId);
Public Sub New (ruleId As String)
Parameters
- ruleId
- String
The identifier of the rule to be deleted and sent to the messaging server.