Message ReplyTo Property | MSG .NET Class Library |
Contains reply to email address.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string ReplyTo { get; set; }
public string ReplyTo { get; set; }
Public Property ReplyTo As String Get Set
Public Property ReplyTo As String Get Set
Dim instance As Message Dim value As String value = instance.ReplyTo instance.ReplyTo = value
Dim instance As Message Dim value As String value = instance.ReplyTo instance.ReplyTo = value
/** @property */ public String get_ReplyTo() /** @property */ public void set_ReplyTo(String value)
/** @property */ public String get_ReplyTo() /** @property */ public void set_ReplyTo(String value)
function get ReplyTo () : String function set ReplyTo (value : String)
function get ReplyTo () : String function set ReplyTo (value : String)
function get_ReplyTo(); function set_ReplyTo(value);
function get_ReplyTo(); function set_ReplyTo(value);
Property Value
Type:
The reply to.
See Also