ToOrFromRuleCondition Members (Outlook)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Represents a rule condition that the sender or the recipeints of the message, as specified by ToOrFromRuleCondition.ConditionType, is in the recipients list specified in ToOrFromRuleCondition.Recipients.

Properties

Name

Description

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only.

Class

Returns an OlObjectClass constant indicating the object's class. Read-only.

ConditionType

Returns a constant from the OlRuleConditionType enumeration that indicates the type of rule condition. Read-only.

Enabled

Returns a Boolean value that indicates whether the rule condition is enabled. Read/write

Parent

Returns the parent Object of the specified object. Read-only.

Recipients

Returns a Recipients collection that represents the recipient list for the evaluation of the rule condition. Read-only.

Session

Returns the NameSpace object for the current session. Read-only.