MailBee.NET Objects 7.1

Pop3.DownloadEntireMessages Method

Completely downloads all or the specified messages from 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