Delete Method
Deletes a message specified by MessageNumber on the server.
Object Oriented Interface
public function doDelete();
Procedural Interface
ipworksopenpgp_ppop_do_delete($res);
Remarks
This method asks the MailServer to delete the message specified by MessageNumber. The message will not actually be deleted from the server until the connection is closed. In order to cancel a previous Delete, use the Reset method.