Click or drag to resize

FluentSearchGetListAsync Method

Issues the search query and retrieves UIDs or message numbers of messages, that match the search criteria, using server-side searching.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public Task<List<long>> GetListAsync()

Return Value

Type: TaskListInt64
List of UIDs or numbers.
See Also