Discuss this help topic in SecureBlackbox Forum
Contains custom header fields.
Declaration
[C#]
TElStringList CustomHeaders;
[VB.NET]
Property CustomHeaders As TElStringList
[Pascal]
property CustomHeaders : TStringList;
[C++]
TElStringList* get_CustomHeaders();
[PHP]
TElStringList get_CustomHeaders()
[Java]
TElStringList getCustomHeaders();
Description
Use this read-only property to get custom headers of the object.
Discuss this help topic in SecureBlackbox Forum