Share via


_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
<DispIdAttribute()> _
Property AddressList As AddressList
    Get
    Set
'Usage
Dim instance As _SenderInAddressListRuleCondition
Dim value As AddressList

value = instance.AddressList

instance.AddressList = value
[DispIdAttribute()]
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

_SenderInAddressListRuleCondition Members

Microsoft.Office.Interop.Outlook Namespace