Flags messages for deletion from the server.
Flags all the messages in the inbox for deletion from the server.
public bool DeleteMessages();
Flags the specified range of messages for deletion from the server.
public bool DeleteMessages(int,int);
Pop3 Class | MailBee.Pop3Mail Namespace