| IMessageSummaryIsReply Property |
Gets whether or not the message is a reply.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax Property Value
Booleantrue 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