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