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