SendRuleAction.Recipients Property

Outlook Developer Reference

Returns a Recipients collection that represents the recipient list for the send action. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.Recipients

expression   A variable that represents a SendRuleAction object.

Remarks

Multiple recipients are evaluated using the logical OR operation.

See Also