| IMailFolderThread(IListUniqueId, ThreadingAlgorithm, SearchQuery, CancellationToken) Method |
Thread the messages in the folder that match the search query using the specified threading algorithm.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax IList<MessageThread> Thread(
IList<UniqueId> uids,
ThreadingAlgorithm algorithm,
SearchQuery query,
CancellationToken cancellationToken = default
)
Parameters
- uids IListUniqueId
- The subset of UIDs
- algorithm ThreadingAlgorithm
- The threading algorithm to use.
- query SearchQuery
- The search query.
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
IListMessageThreadAn array of message threads.
Remarks See Also