async/await version of
Last.
Namespace: MailBee.Pop3MailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic Task<int> LastAsync()
Public Function LastAsync As Task(Of Integer)
Return Value
Type:
TaskInt32A task that represents the asynchronous operation.
The value of
TResult parameter is the message number of the last message ever accessed, or 0 if no messages have ever
been accessed in the mailbox; on failure, -1�
Exceptions
See Also