Pop3DownloadEntireMessagesAsync Method |
Namespace: MailBee.Pop3MailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic Task<MailMessageCollection> DownloadEntireMessagesAsync()
Public Function DownloadEntireMessagesAsync As Task(Of MailMessageCollection)
Return Value
Type:
TaskMailMessageCollectionA task that represents the asynchronous operation.
On success, the value of
TResult parameter is a
MailMessageCollection containing the downloaded messages;
otherwise, a null reference (
Nothing in Visual Basic).
Exceptions
See Also