| IMailFolderThreadingAlgorithms Property |
Get the threading algorithms supported by the folder.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax HashSet<ThreadingAlgorithm> ThreadingAlgorithms { get; }
Property Value
HashSetThreadingAlgorithmThe supported threading algorithms.
Remarks
Get the threading algorithms supported by the folder.
See Also