_ToOrFromRuleCondition.Recipients Property

Returns a Recipients collection that represents the recipient list for the evaluation of the rule condition. 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 _ToOrFromRuleCondition
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.

See Also

Reference

_ToOrFromRuleCondition Interface

_ToOrFromRuleCondition Members

Microsoft.Office.Interop.Outlook Namespace