Internet Direct (Indy) Version 9.0.2 Beta
TIdSMTPMessages.ReceivedHeader
Represents the value for the "Received:" header added to forwarded mail.

property ReceivedHeader: string;
Description
ReceivedHeader is a String property that contains a value to prepended mail messages received on the SMTP server that require forwarding to address outside the domain for the server.

ReceivedHeader is generated im mail messages as a "Received:" RFC message header. ReceivedHeader is significant in Relay and Gateway applications, and must never alter an existing header value in a mail message. The gateway SHOULD indicate the environment and protocol in the "via" clauses of Received field(s) that it supplies.

"Received:" headers in messages originating from other environments may not conform exactly to this specification.

The default value for ReceivedHeader is the constant value RSSMTPSvrReceivedHeader, as assigned in the Create constructor.