_SendRuleAction.Recipients Property
Returns a Recipients collection that represents the recipient list for the send action. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Recipients As Recipients
Get
'Usage
Dim instance As _SendRuleAction
Dim value As Recipients
value = instance.Recipients
[DispIdAttribute()]
Recipients Recipients { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.Recipients
Remarks
Multiple recipients are evaluated using the logical OR operation.