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:

procedure smtp_free(mp: SMTPMessage);

Arguments:

mp Message handle

Description:

Frees memory occupied by message handle. Call this function when all operations with message are done.

Usage:

smtp_free(mp);

See also:

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

PSP Help documents