_SenderInAddressListRuleCondition.AddressList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.