async/await version of
Search.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic Task<UidCollection> SearchAsync()
Public Function SearchAsync As Task(Of UidCollection)
Return Value
Type:
TaskUidCollectionA task that represents the asynchronous operation.
The value of
TResult parameter is
UidCollection object if the command succeeded; otherwise, a null reference (
Nothing in Visual Basic).
Exceptions
See Also