Pop3EndDownloadMessages Method |
Ends the pending asynchronous request for downloading the messages and returns
the downloaded messages.
Namespace: MailBee.Pop3MailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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