Discuss this help topic in SecureBlackbox Forum

TElMessagePart.IsActivatedMessagePartHandler

TElMessagePart     See also     


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


This read-only property shows if message part handler was activated on message parsing.

Declaration

[C#]
    bool IsActivatedMessagePartHandler;

[VB.NET]
    Property IsActivatedMessagePartHandler As Boolean

[Pascal]
    property IsActivatedMessagePartHandler : Boolean;

[C++]
    bool get_IsActivatedMessagePartHandler();

[PHP]
    bool get_IsActivatedMessagePartHandler()

[Java]
    boolean getIsActivatedMessagePartHandler();

Description

    This property allows to find out if message part handler was activated on message parsing. If on Parse method invoking bActivatePartHandlers parameter value is True then attempt to invoke message part handler automatically will be made during parsing.

See also:     MessagePartHandler     Parse    

Discuss this help topic in SecureBlackbox Forum