Discuss this help topic in SecureBlackbox Forum

TElMessage.CustomHeaders

TElMessage     See also     


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


Specifies additional header fields.

Declaration

[C#]
    string CustomHeaders[string HeaderName];

[VB.NET]
    Property CustomHeaders(ByVal HeaderName As String) As String

[Pascal]
    property CustomHeaders: TElStringList;

[C++]
    void get_CustomHeaders(const sb_u16string &HeaderName, sb_u16string &OutResult);
    void get_CustomHeaders(const std::wstring &HeaderName, std::wstring &OutResult);
    void set_CustomHeaders(const sb_u16string &HeaderName, const sb_u16string &HeaderValue);
    void set_CustomHeaders(const std::wstring &HeaderName, const std::wstring &HeaderValue);

[PHP]
    string get_CustomHeaders(string $HeaderName)
    void set_CustomHeaders(string $HeaderName, string $HeaderValue)

[Java]
    String getCustomHeaders(String HeaderName);
    void setCustomHeaders(String HeaderName, String HeaderValue);

Parameters

  • HeaderName - ...
  • HeaderValue - ...

Description

    Use this property to add and manipulate additional header fields.

See also:     To_     CC     BCC     From    

Discuss this help topic in SecureBlackbox Forum