| IMessageSummaryNormalizedSubject Property |
Gets the normalized subject.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax string NormalizedSubject { get; }
Property Value
StringThe normalized subject.
Remarks A normalized Subject header value where prefixes such as "Re:", "Re[#]:" and "FWD:" have been pruned.
This property is typically used for threading messages by subject.
See Also