Discuss this help topic in SecureBlackbox Forum
This read-only property points to the list of address header fields.
Declaration
[C#]
ArrayList AddressList;
[VB.NET]
Property AddressList As ArrayList
[Pascal]
property AddressList : TList;
[C++]
TList* get_AddressList();
[PHP]
TList get_AddressList()
[Java]
ArrayList getAddressList();
Description
Use this property to directly access the list of address header fields.
Discuss this help topic in SecureBlackbox Forum