PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once 'Net/POP3.php';
boolean Net_POP3::deleteMsg (integer $msg_id)
boolean Net_POP3::deleteMsg
Marks a message for deletion. Only will be deleted if the disconnect() method is called.
integer $msg_id - Message to delete
mixed - Returns TRUE on success, FALSE on failure.
This function can not be called statically.