Discuss this help topic in SecureBlackbox Forum

TElMessagePart.IsApplication

TElMessagePart     See also     


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


Checks if type of the part is application.

Declaration

[C#]
    bool IsApplication();

[VB.NET]
    Function IsApplication() As Boolean

[Pascal]
    function IsApplication: Boolean;

[C++]
    bool IsApplication();

[PHP]
    bool IsApplication()

[Java]
    boolean isApplication();

Return value

    True if part type is application;
    False otherwise.

Description

    This method is necessary only for TElMessagePart.CreatePartForHeader method correct work.

See also:     IsAudio     IsImage     IsMessage     IsMultipart     IsText     IsTextPlain     IsVideo    

Discuss this help topic in SecureBlackbox Forum