EnvelopeInReplyTo Property
Gets the value of "In-Reply-To" header of the message.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public string InReplyTo { get; }

Property Value

Type: String
The string containing the value of "In-Reply-To" header of the message.
See Also