MailBee.NET Objects 3.1

Pop3.DeleteMessages Method

Flags all the messages in the inbox for deletion from the server.

Overload List

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);

See Also

Pop3 Class | MailBee.Pop3Mail Namespace