| EnvelopeInReplyTo Property |
Gets or sets parent message id of the message ('In-Reply-To' header).
Without surrounding brackets (< and >)
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string InReplyTo { get; }
Public ReadOnly Property InReplyTo As String
Get
public:
property String^ InReplyTo {
String^ get ();
}
member InReplyTo : string with get
Property Value
Type:
StringSee Also