_SenderInAddressListRuleCondition.ConditionType Property
Returns a constant, olConditionSenderInAddressBook, from the OlRuleConditionType enumeration that indicates the type of 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 ConditionType As OlRuleConditionType
Get
'Usage
Dim instance As _SenderInAddressListRuleCondition
Dim value As OlRuleConditionType
value = instance.ConditionType
[DispIdAttribute()]
OlRuleConditionType ConditionType { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlRuleConditionType
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.
See Also
Reference
_SenderInAddressListRuleCondition Interface