_ToOrFromRuleCondition.Recipients Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Recipients collection that represents the recipient list for the evaluation of the rule condition. 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.