Discuss this help topic in SecureBlackbox Forum

TElMessagePart.IsImage

TElMessagePart     See also     


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


Checks if type of the part is image.

Declaration

[C#]
    bool IsImage();

[VB.NET]
    Function IsImage() As Boolean

[Pascal]
    function IsImage: Boolean;

[C++]
    bool IsImage();

[PHP]
    bool IsImage()

[Java]
    boolean isImage();

Return value

    True if part type is image;
    False otherwise.

Description

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

See also:     IsAudio     IsMessage     IsMultipart     IsText     IsTextHtml     IsTextPlain     IsVideo    

Discuss this help topic in SecureBlackbox Forum