| EnvelopeInReplyTo Property |
The Message-Id that the message is replying to.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public string InReplyTo { get; set; }
Property Value
StringThe Message-Id that the message is replying to.
Remarks
The Message-Id that the message is replying to.
See Also