MailBee.NET Objects 4.0

Pop3.EndDownloadMessages Method 

Ends the pending asynchronous request for downloading the messages and returns the downloaded messages.

public MailMessageCollection EndDownloadMessages();

Return Value

On success, a MailMessageCollection object representing the downloaded messages; otherwise, a null reference (Nothing in Visual Basic).

Exceptions

Exception Type Condition
MailBeeException An error occurred and ThrowExceptions is true.

See Also

Pop3 Class | MailBee.Pop3Mail Namespace | BeginDownloadMessages