Completely downloads all the messages in the inbox on the server, in a single line of code.
Completely downloads all the messages in the inbox on the server, in a single line of code.
public static MailMessageCollection QuickDownloadMessages(string,string,string);
Downloads all the messages (entire messages or message headers only) in the inbox on the server, in a single line of code.
public static MailMessageCollection QuickDownloadMessages(string,string,string,int);
Pop3 Class | MailBee.Pop3Mail Namespace | QuickDownloadMessage