MailBee.NET Objects 4.0

Imap.QuickDownloadMessages Method

Completely downloads all the messages in the specified folder on the server, in a single line of code.

Overload List

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

See Also

Imap Class | MailBee.ImapMail Namespace | QuickDownloadMessage