MailBee.NET Objects 6.0

Pop3.EndDownloadMessage Method 

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

public MailMessage EndDownloadMessage();

Return Value

On success, a MailMessage object representing the downloaded message; 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 | BeginDownloadMessage