Discuss this help topic in SecureBlackbox Forum

TElMessagePart.IsTextPlain

TElMessagePart     See also     


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


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

Declaration

[C#]
    bool IsTextPlain();

[VB.NET]
    Function IsTextPlain() As Boolean

[Pascal]
    function IsTextPlain: Boolean;

[C++]
    bool IsTextPlain();

[PHP]
    bool IsTextPlain()

[Java]
    boolean isTextPlain();

Return value

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

Description

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

See also:     IsAudio     IsImage     IsMessage     IsMultipart     IsText     IsTextHtml     IsVideo    

Discuss this help topic in SecureBlackbox Forum