DeleteFromMailbox Method
Marks the messages specified by MessageSet as deleted.
Object Oriented Interface
public function doDeleteFromMailbox();
Procedural Interface
ipworksopenpgp_pimap_do_deletefrommailbox($res);
Remarks
This method marks the messages specified by MessageSet as deleted. Calling this method is equivalent to calling AddMessageFlags with "\Deleted" as the Flags parameter.