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