Rule.Name Property

Outlook Developer Reference

Returns or sets a String representing the name of the rule. Read/write.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.Name

expression   A variable that represents a Rule object.

Remarks

Name is the default property and an indexer for a rule in a Rules collection object. It corresponds to PR_RuleMsgName (0x65EC001E).

Rule names are not unique among rules in the same collection.

See Also