Click or drag to resize
MimeKit

IMailFolderThreadAsync(IListUniqueId, ThreadingAlgorithm, SearchQuery, CancellationToken) Method

Asynchronously thread the messages in the folder that match the search query using the specified threading algorithm.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
Task<IList<MessageThread>> ThreadAsync(
	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

TaskIListMessageThread
An array of message threads.
Remarks
See Also