 | IMailInReplyTo Property |
Gets or sets the message-id of the parent email message ('In-Reply-To' header). Does not contain surrounding brackets (< and >).
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxstring InReplyTo { get; set; }Property InReplyTo As String
Get
Set
property String^ InReplyTo {
String^ get ();
void set (String^ value);
}abstract InReplyTo : string with get, set
Property Value
String
See Also