MailBee.NET Objects 3.1

Imap.QuickDownloadMessage Method

Completely downloads the specified message from the specified folder on the server, in a single line of code.

Overload List

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);

See Also

Imap Class | MailBee.ImapMail Namespace | QuickDownloadMessages