Click or drag to resize
MimeKit

IMailFolderThreadingAlgorithms Property

Get the threading algorithms supported by the folder.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
HashSet<ThreadingAlgorithm> ThreadingAlgorithms { get; }

Property Value

HashSetThreadingAlgorithm
The supported threading algorithms.
Remarks
Get the threading algorithms supported by the folder.
See Also