Click or drag to resize
MimeKit

IMailFolderThreadAsync(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(
	ThreadingAlgorithm algorithm,
	SearchQuery query,
	CancellationToken cancellationToken = default
)

Parameters

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