Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEMessage.CustomHeaders

TElSimpleMIMEMessage     See also     


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


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.

See also:     To_     CC     BCC     From    

Discuss this help topic in SecureBlackbox Forum