Click or drag to resize
MimeKit

IMailFolderSearchAsync Method

Overload List
 NameDescription
Public methodSearchAsync(SearchQuery, CancellationToken) Asynchronously search the folder for messages matching the specified query.
Public methodSearchAsync(IListUniqueId, SearchQuery, CancellationToken) Asynchronously search the subset of UIDs in the folder for messages matching the specified query.
Public methodSearchAsync(SearchOptions, SearchQuery, CancellationToken) Asynchronously search the folder for messages matching the specified query.
Public methodSearchAsync(SearchOptions, IListUniqueId, SearchQuery, CancellationToken) Asynchronously search the subset of UIDs in the folder for messages matching the specified query.
Top
See Also