Pop3DownloadEntireMessagesAsync Method |
Namespace: MailBee.Pop3MailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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