Pop3EndDownloadMessage Method |
Ends the pending asynchronous request for downloading the message and returns
the downloaded message.
Namespace: MailBee.Pop3MailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public MailMessage EndDownloadMessage()
Public Function EndDownloadMessage As MailMessage
Return Value
Type:
MailMessageOn success, a
MailMessage object representing the downloaded message;
otherwise, a null reference (
Nothing in Visual Basic).
Exceptions See Also