Discuss this help topic in SecureBlackbox Forum

TElMessagePart.IsMessage

TElMessagePart     See also     


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


Checks if type of the part is message.

Declaration

[C#]
    bool IsMessage();

[VB.NET]
    Function IsMessage() As Boolean

[Pascal]
    function IsMessage: Boolean;

[C++]
    bool IsMessage();

[PHP]
    bool IsMessage()

[Java]
    boolean isMessage();

Return value

    True if part type is message;
    False otherwise.

Description

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

See also:     IsAudio     IsImage     IsMultipart     IsText     IsTextHtml     IsTextPlain     IsVideo    

Discuss this help topic in SecureBlackbox Forum