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