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

Namespace: MailBee.Pop3Mail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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