Recipient AddressType Property | MSG .NET Class Library |
Contains the recipient's e-mail address type, such as Simple Mail Transfer Protocol (SMTP).
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string AddressType { get; set; }
public string AddressType { get; set; }
Public Property AddressType As String Get Set
Public Property AddressType As String Get Set
Dim instance As Recipient Dim value As String value = instance.AddressType instance.AddressType = value
Dim instance As Recipient Dim value As String value = instance.AddressType instance.AddressType = value
/** @property */ public String get_AddressType() /** @property */ public void set_AddressType(String value)
/** @property */ public String get_AddressType() /** @property */ public void set_AddressType(String value)
function get AddressType () : String function set AddressType (value : String)
function get AddressType () : String function set AddressType (value : String)
function get_AddressType(); function set_AddressType(value);
function get_AddressType(); function set_AddressType(value);
Property Value
Type:
See Also