Click or drag to resize
MimeKit

MessageSummaryIsReply Property

Gets whether or not the message is a reply.

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

Property Value

Boolean
true if the message is a reply; otherwise, false.

Implements

IMessageSummaryIsReply
Remarks
This value should be based on whether the message subject contained any "Re:" or "Fwd:" prefixes.
See Also