Method POP3Client():undeleteMessage() Professional

Unmark all messages which are marked as deleted.

Syntax
:undeleteMessage() --> lSuccess
Return

The method returns .T. (true) if the messages could be unmarked, otherwise .F. (false) is returned.

Description

This method is an undo for all calls to :deleteMessage( <nMsgIndex> )(while this method name suggests a single undelete, all messages marked for deletion are unmarked). The POP3 server does not actually delete the messages until the connection is dropped, so any deletes can be unmarked during the connection time.

Note: This method invalidates all results which are obtained by preceding calls to :getMessageIdentifier(), :getMessageSize(), :getTotalMessageSize() or :getNumberOfNewMessages().

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.