Discuss this help topic in SecureBlackbox Forum
Specifies additional header fields.
Declaration
[C#]
TElStringList CustomHeaders;
[VB.NET]
Property CustomHeaders As TElStringList
[Pascal]
property CustomHeaders: TElStringList;
[C++]
TElStringList* get_CustomHeaders();
void set_CustomHeaders(TElStringList &Value);
void set_CustomHeaders(TElStringList *Value);
[PHP]
TElStringList get_CustomHeaders()
void set_CustomHeaders(TElStringList $Value)
[Java]
TElStringList getCustomHeaders();
void setCustomHeaders(TElStringList Value);
Description
Use this property to add and manipulate additional header fields.
Discuss this help topic in SecureBlackbox Forum