| MimeMessageInReplyTo Property |
Get or set the Message-Id that this message is replying to.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public string InReplyTo { get; set; }
Property Value
StringThe message id that this message is in reply to.
Implements
IMimeMessageInReplyToExceptions Remarks
If the message is a reply to another message, it will typically
use the In-Reply-To header to specify the Message-Id of the
original message being replied to.
See Also