Discuss this help topic in SecureBlackbox Forum

TElMessageHeader.HeaderFields

TElMessageHeader     See also     


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


This read-only property points at the list of header fields.

Declaration

[C#]
    ArrayList HeaderFields;

[VB.NET]
    Property HeaderFields As ArrayList

[Pascal]
    property HeaderFields : TList;

[C++]
    TList* get_HeaderFields();

[PHP]
    TList get_HeaderFields()

[Java]
    ArrayList getHeaderFields();

Description

    Use this property to directly access the list of header fields.

See also:     AddressList    

Discuss this help topic in SecureBlackbox Forum