MailBee.NET Objects 4.0

Pop3.DownloadEntireMessages Method

Completely downloads all the messages from the inbox on the server.

Overload List

Completely downloads all the messages from the inbox on the server.

public MailMessageCollection DownloadEntireMessages();

Completely downloads the messages in the specified range from the server.

public MailMessageCollection DownloadEntireMessages(int,int);

See Also

Pop3 Class | MailBee.Pop3Mail Namespace