ImapEndSortedSearch Method |
Ends the pending asynchronous sorted search request.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic MessageIndexCollection EndSortedSearch()
Public Function EndSortedSearch As MessageIndexCollection
Return Value
Type:
MessageIndexCollectionOn success, a
UidCollection or
MessageNumberCollection object representing
the indices (UIDs or ordinal message numbers) of the found messages in the specified order; otherwise, a null reference (
Nothing in Visual Basic).
Exceptions
Remarks
See Also