Internet Direct (Indy) Version 9.0.2 Beta
|
property NoDecode: Boolean;
NoDecode has significance when ReceiveMode contains the value rmMessageParsed, indicating that incoming messages are loaded and processed into a TIdMessage instance. NoDecode is he default vaLue that the processed message will have assigned to the TIdMessage.NoDecode property for the incoming message.
Applications must assign a procedure to the OnReceiveMessageParsed event handler to allow subsequent handling of the message instance or email addresses in the message recipient list.