Discuss this help topic in SecureBlackbox Forum

TElMessagePart.IsAudio

TElMessagePart     See also     


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


Checks if type of this part is audio.

Declaration

[C#]
    bool IsAudio();

[VB.NET]
    Function IsAudio() As Boolean

[Pascal]
    function IsAudio: Boolean;

[C++]
    bool IsAudio();

[PHP]
    bool IsAudio()

[Java]
    boolean isAudio();

Return value

    True if part type is audio;
    False otherwise.

Description

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

See also:     IsApplication     IsImage     IsMessage     IsMultipart     IsText     IsTextHtml     IsTextPlain     IsVideo    

Discuss this help topic in SecureBlackbox Forum