Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandler.GetPartHandlerDescription

TElMessagePartHandler     See also     


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


Returns name of the handler class.

Declaration

[C#]
    string GetPartHandlerDescription();

[VB.NET]
    Function GetPartHandlerDescription() As String

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    String getPartHandlerDescription();

Return value

    String value.

Description

    You can use this method for viewing all handler classes registered in the system at the current moment. For this purpose you can use global variable RegisteredMessagePartHandlers - storage of global handler classes TElMessagePartHandler. For more information see TElRegisteredMessagePartHandlers class.

See also:     GetDescription    

Discuss this help topic in SecureBlackbox Forum