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

Namespace: MailBee.Pop3Mail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public MailMessage EndDownloadMessage()

Return Value

Type: MailMessage
On success, a MailMessage object representing the downloaded message; otherwise, a null reference (Nothing in Visual Basic).
Exceptions
ExceptionCondition
MailBeeExceptionAn error occurred and ThrowExceptions is true.
See Also