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