Message.InstantMessengerAddress Property

Independentsoft MSG .NET

Message InstantMessengerAddress Property MSG .NET Class Library
Contains the instant messenger address for the contact.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public string InstantMessengerAddress { get; set; }
public string InstantMessengerAddress { get; set; }
Public Property InstantMessengerAddress As String 
	Get 
	Set
Public Property InstantMessengerAddress As String 
	Get 
	Set
Dim instance As Message 
Dim value As String 

value = instance.InstantMessengerAddress

instance.InstantMessengerAddress = value
Dim instance As Message 
Dim value As String 

value = instance.InstantMessengerAddress

instance.InstantMessengerAddress = value
/** @property */
public String get_InstantMessengerAddress()
/** @property */
public void set_InstantMessengerAddress(String value)
/** @property */
public String get_InstantMessengerAddress()
/** @property */
public void set_InstantMessengerAddress(String value)
function get InstantMessengerAddress () : String 
function set InstantMessengerAddress (value : String)
function get InstantMessengerAddress () : String 
function set InstantMessengerAddress (value : String)
function get_InstantMessengerAddress();
function set_InstantMessengerAddress(value);
function get_InstantMessengerAddress();
function set_InstantMessengerAddress(value);

Property Value

Type: OnlineString
The instant messenger address.
See Also