MailBee.NET Objects 4.0

Pop3.EndDeleteMessage Method 

Ends the pending asynchronous request for flagging the message for deletion.

public bool EndDeleteMessage();

Return Value

true if the method succeeds; otherwise, false.

Exceptions

Exception Type Condition
MailBeeException An error occurred and ThrowExceptions is true.

See Also

Pop3 Class | MailBee.Pop3Mail Namespace | BeginDeleteMessage