_SenderInAddressListRuleCondition.AddressList Property

Definition

Returns or sets an AddressList object that represents the address list used to evaluate the rule condition. Read/write.

public:
 property Microsoft::Office::Interop::Outlook::AddressList ^ AddressList { Microsoft::Office::Interop::Outlook::AddressList ^ get(); void set(Microsoft::Office::Interop::Outlook::AddressList ^ value); };
public Microsoft.Office.Interop.Outlook.AddressList AddressList { get; set; }
Public Property AddressList As AddressList

Property Value

Remarks

Returns an error if the AddressList object does not represent an initialized AddressList object.

Applies to