Discuss this help topic in SecureBlackbox Forum

TElMessagePart.IsTextHtml

TElMessagePart     See also     


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


Checks if type of the part is text and subtype is html.

Declaration

[C#]
    bool IsTextHtml();

[VB.NET]
    Function IsTextHtml() As Boolean

[Pascal]
    function IsTextHtml: Boolean;

[C++]
    bool IsTextHtml();

[PHP]
    bool IsTextHtml()

[Java]
    boolean isTextHtml();

Return value

    True if part type is text and subtype is html;
    False otherwise.

Description

    Use this method to find out if part type is text with subtype is html.

See also:     IsAudio     IsImage     IsMessage     IsMultipart     IsText     IsTextPlain     IsVideo    

Discuss this help topic in SecureBlackbox Forum