EnvelopeInReplyTo Property |
Gets the value of "In-Reply-To" header of the message.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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