Message.InternetAccountName Property

Independentsoft MSG .NET

Message InternetAccountName Property MSG .NET Class Library
Contains account name or email address.

Namespace: Independentsoft.Msg
Assembly: 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: OnlineString
The name of the internet account.
See Also