Click or drag to resize
MimeKit

IMessageSummaryIsReply Property

Gets whether or not the message is a reply.

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

Property Value

Boolean
true if the message is a reply; otherwise, false.
Remarks
This value should be based on whether the message subject contained any "Re:", "Re[#]:" or "FWD:" prefixes.
See Also