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