MailBee.NET Objects 4.0

Pop3.QuickDownloadMessage Method

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

Overload List

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

public static MailMessage QuickDownloadMessage(string,string,string,int);

Downloads the specified message (entire message or message header only) from the server, in a single line of code.

public static MailMessage QuickDownloadMessage(string,string,string,int,int);

See Also

Pop3 Class | MailBee.Pop3Mail Namespace | QuickDownloadMessages