EnvelopeInReplyTo Property |
Gets the value of "In-Reply-To" header of the message.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic string InReplyTo { get; }
Public ReadOnly Property InReplyTo As String
Get
Property Value
Type:
StringThe string containing the value of "In-Reply-To" header of the message.
See Also