Click or drag to resize
MimeKit

ImapFolderThreadingAlgorithms Property

Get the threading algorithms supported by the folder.

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

Property Value

HashSetThreadingAlgorithm
The supported threading algorithms.

Implements

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