MailBee.NET Objects 4.0

Pop3.QuickDownloadMessages Method

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

Overload List

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

See Also

Pop3 Class | MailBee.Pop3Mail Namespace | QuickDownloadMessage