Chameleon and Iguana Plugin C# Class Libraries

DestinationMessageReceivedEventOutputs.MessageProcessedFlag Property

Indicates to Iguana whether or not the message was processed by the plugin.

[Visual Basic]
Public Property MessageProcessedFlag As Boolean
[C#]
public bool MessageProcessedFlag {get; set;}

Remarks

Default value: false.

Should generally be set by event handlers to true.

If set to false, Iguana will simply issue a relatively generic error message. Event handlers can add their own specific error log message to the Iguana logs using the AddErrorLogMessage method instead.

See Also

DestinationMessageReceivedEventOutputs Class | iNTERFACEWARE.Iguana.Plugin Namespace