MailBee.NET Objects 6.0

Pop3.DeleteMessages Method

Flags messages 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