This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


Declaration:

function smtp_get_header(mp: SMTPMessage; const name: string): string;

Arguments:

mp Message handle
name Header (field) name, e.g. 'From', 'Content-Type'

Description:

This function returns value of already assigned message header.

Returns:

String containing header value.

Usage:

s := smtp_get_header(mp, 'To');

See also:

smtp_attach, smtp_free, smtp_message, smtp_put_header, smtp_send, smtp_set_header, smtp_set_text_type.

PSP Help documents