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.10.0
Syntax
C#
public bool IsReply { get; }

Property Value

Boolean
if the message is a reply; otherwise, .

Implements

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