Message.InReplyTo Property

Independentsoft MSG .NET

Message InReplyTo Property MSG .NET Class Library
Contains the identifier of the message to which this message is a reply.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public string InReplyTo { get; set; }
public string InReplyTo { get; set; }
Public Property InReplyTo As String 
	Get 
	Set
Public Property InReplyTo As String 
	Get 
	Set
Dim instance As Message 
Dim value As String 

value = instance.InReplyTo

instance.InReplyTo = value
Dim instance As Message 
Dim value As String 

value = instance.InReplyTo

instance.InReplyTo = value
/** @property */
public String get_InReplyTo()
/** @property */
public void set_InReplyTo(String value)
/** @property */
public String get_InReplyTo()
/** @property */
public void set_InReplyTo(String value)
function get InReplyTo () : String 
function set InReplyTo (value : String)
function get InReplyTo () : String 
function set InReplyTo (value : String)
function get_InReplyTo();
function set_InReplyTo(value);
function get_InReplyTo();
function set_InReplyTo(value);

Property Value

Type: OnlineString
The in reply to.
See Also