_SendRuleAction.Recipients Property

Definition

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

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

Property Value

Remarks

Multiple recipients are evaluated using the logical OR operation.

Applies to