_SenderInAddressListRuleCondition.ConditionType Property

Definition

Returns a constant, olConditionSenderInAddressBook, from the OlRuleConditionType enumeration that indicates the type of rule condition. Read-only.

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

Property Value

Remarks

The rule condition that the sender must be in the address list is supported only by rules for receiving messages. For more information, see Specifying Rule Conditions

Applies to