Click or drag to resize
MimeKit

MessageThreader Class

Threads messages according to the algorithms defined in rfc5256.
Inheritance Hierarchy
SystemObject
  MailKitMessageThreader

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public static class MessageThreader

The MessageThreader type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetThreadableSubject Gets the threadable subject.
Public Extension MethodThread(IEnumerableIMessageSummary, ThreadingAlgorithm) Thread the messages according to the specified threading algorithm.
Public Extension MethodThread(IEnumerableIMessageSummary, ThreadingAlgorithm, IListOrderBy) Threads the messages according to the specified threading algorithm and sorts the resulting threads by the specified ordering.
Top
Remarks
Threads messages according to the algorithms defined in rfc5256.
See Also