Completely downloads all the messages from the inbox on the server.
Completely downloads all the messages from the inbox on the server.
public MailMessageCollection DownloadEntireMessages();
Completely downloads the messages in the specified range from the server.
public MailMessageCollection DownloadEntireMessages(int,int);
Pop3 Class | MailBee.Pop3Mail Namespace