Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEMessage.BodyHTML

TElSimpleMIMEMessage     See also     


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


Containes the HTML body of the message.

Declaration

[C#]
    TElStringList BodyHTML;

[VB.NET]
    Property BodyHTML As TElStringList

[Pascal]
    property BodyHTML: TElStringList;

[C++]
    TElStringList* get_BodyHTML();
    void set_BodyHTML(TElStringList &Value);
    void set_BodyHTML(TElStringList *Value);

[PHP]
    TElStringList get_BodyHTML()
    void set_BodyHTML(TElStringList $Value)

[Java]
    TElStringList getBodyHTML();
    void setBodyHTML(TElStringList Value);

Description

    Use this property to manipulate the HTML body of the message.

See also:     BodyPlain    

Discuss this help topic in SecureBlackbox Forum