Discuss this help topic in SecureBlackbox Forum

TElMessageHeader.AddressList

TElMessageHeader     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     HeaderFields    

Discuss this help topic in SecureBlackbox Forum