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