Message InternetAccountName Property | MSG .NET Class Library |
Contains account name or email address.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string InternetAccountName { get; set; }
public string InternetAccountName { get; set; }
Public Property InternetAccountName As String Get Set
Public Property InternetAccountName As String Get Set
Dim instance As Message Dim value As String value = instance.InternetAccountName instance.InternetAccountName = value
Dim instance As Message Dim value As String value = instance.InternetAccountName instance.InternetAccountName = value
/** @property */ public String get_InternetAccountName() /** @property */ public void set_InternetAccountName(String value)
/** @property */ public String get_InternetAccountName() /** @property */ public void set_InternetAccountName(String value)
function get InternetAccountName () : String function set InternetAccountName (value : String)
function get InternetAccountName () : String function set InternetAccountName (value : String)
function get_InternetAccountName(); function set_InternetAccountName(value);
function get_InternetAccountName(); function set_InternetAccountName(value);
Property Value
Type:
The name of the internet account.
See Also