Share via


_RuleConditions.Count Property

Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As _RuleConditions
Dim value As Integer

value = instance.Count
[DispIdAttribute()]
int Count { get; }

Property Value

Type: System.Int32

Remarks

You can enumerate the RuleConditions collection from 1 through RuleConditions.Count to determine all the rule conditions for an existing rule. Although the Rules OM supports creating rules with only the most commonly used rule conditions and not all rule conditions supported by the Rules and Alerts Wizard, the RuleConditions collection includes all rule conditions of a rule. Hence you can always enumerate the RuleConditions collection object to determine which rule conditions are enabled for an existing rule.

See Also

Reference

_RuleConditions Interface

_RuleConditions Members

Microsoft.Office.Interop.Outlook Namespace