Internet Direct (Indy) Version 9.0.2 Beta
TIdSMTPServer.NoDecode
Indicates if the server can parse incoming message headers.

property NoDecode: Boolean;
Description
NoDecode is a Boolean property that indicates if the SMTP server should parse headers in incoming messages into TIdMessage instances. NoDecode is used in the command action handler for the SMTP DATA command verb

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.

Note: NoDecode does not apply to values in the message body.

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.