Click or drag to resize
MimeKit

IMessageSummaryNormalizedSubject Property

Gets the normalized subject.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
string NormalizedSubject { get; }

Property Value

String
The 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