Click or drag to resize
MimeKit

MimeMessageInReplyTo Property

Get or set the Message-Id that this message is replying to.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public string InReplyTo { get; set; }

Property Value

String
The message id that this message is in reply to.
Exceptions
ExceptionCondition
ArgumentExceptionvalue is improperly formatted.
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