Click or drag to resize
MimeKit

EnvelopeInReplyTo Property

The Message-Id that the message is replying to.

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

Property Value

String
The Message-Id that the message is replying to.
Remarks
The Message-Id that the message is replying to.
See Also