| FluentSearchGetList 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 List<long> GetList()
Public Function GetList As List(Of Long)
public:
List<long long>^ GetList()
member GetList : unit -> List<int64>
Return Value
Type:
ListInt64List of UIDs or numbers.
See Also