_RuleConditions.OnLocalMachine Property

Definition

Returns a RuleCondition object with a ConditionType of olConditionLocalMachineOnly. Read-only.

public:
 property Microsoft::Office::Interop::Outlook::RuleCondition ^ OnLocalMachine { Microsoft::Office::Interop::Outlook::RuleCondition ^ get(); };
public Microsoft.Office.Interop.Outlook.RuleCondition OnLocalMachine { get; }
Public ReadOnly Property OnLocalMachine As RuleCondition

Property Value

Remarks

Use the returned RuleCondition object when enumerating the rule conditions or exception conditions of an existing rule, or when creating a new rule that specifies the condition or exception condition that the rule can run on this machine only. When you run the same rule on another computer, the rule will show that the condition olConditionOtherMachine is enabled.

This property of the RuleConditions collection always returns a RuleCondition object regardless of whether the rule associated with this RuleConditions collection has defined such a rule condition. You can programmatically enable a rule condition of this type. In certain cases, olConditionLocalMachine is automatically set as a result of enabling another rule condition such as olConditionAccount. If the rule has defined and enabled such a rule condition, then Enabled will be True.

Applies to