_SenderInAddressListRuleCondition.AddressList Property
Returns or sets an AddressList object that represents the address list used to evaluate the rule condition. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property AddressList As AddressList
Get
Set
'Usage
Dim instance As _SenderInAddressListRuleCondition
Dim value As AddressList
value = instance.AddressList
instance.AddressList = value
AddressList AddressList { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.AddressList
Remarks
Returns an error if the AddressList object does not represent an initialized AddressList object.
See Also
Reference
_SenderInAddressListRuleCondition Interface