Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEMessage.IsHTML

TElSimpleMIMEMessage     See also     


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


Specifies if the message body is a HTML hyper-text.

Declaration

[C#]
    bool IsHTML;

[VB.NET]
    Property IsHTML As Boolean

[Pascal]
    property IsHTML: boolean;

[C++]
    bool get_IsHTML();
    void set_IsHTML(bool Value);

[PHP]
    bool get_IsHTML()
    void set_IsHTML(bool $Value)

[Java]
    boolean getIsHTML();
    void setIsHTML(boolean Value);

Description

    Use this property to specify whether the message body is a HTML hyper-text.

See also:     BodyHTML    

Discuss this help topic in SecureBlackbox Forum