Click or drag to resize
MimeKit

MailFolderThreadingAlgorithms Property

Get the threading algorithms supported by the folder.

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

Property Value

HashSetThreadingAlgorithm
The supported threading algorithms.

Implements

IMailFolderThreadingAlgorithms
Remarks
Get the threading algorithms supported by the folder.
See Also