Discuss this help topic in SecureBlackbox Forum

TElMessagePart.IsText

TElMessagePart     See also     


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


Checks if type of the part is text.

Declaration

[C#]
    bool IsText();

[VB.NET]
    Function IsText() As Boolean

[Pascal]
    function IsText: Boolean;

[C++]
    bool IsText();

[PHP]
    bool IsText()

[Java]
    boolean isText();

Return value

    True if part type is text;
    False otherwise.

Description

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

See also:     IsAudio     IsImage     IsMessage     IsMultipart     IsTextHtml     IsTextPlain     IsVideo    

Discuss this help topic in SecureBlackbox Forum