Message.Telex Property

Independentsoft MSG .NET

Message Telex Property MSG .NET Class Library
Contains the telex number for the contact.

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

Syntax

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

value = instance.Telex

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

value = instance.Telex

instance.Telex = value
/** @property */
public String get_Telex()
/** @property */
public void set_Telex(String value)
/** @property */
public String get_Telex()
/** @property */
public void set_Telex(String value)
function get Telex () : String 
function set Telex (value : String)
function get Telex () : String 
function set Telex (value : String)
function get_Telex();
function set_Telex(value);
function get_Telex();
function set_Telex(value);

Property Value

Type: OnlineString
The telex.
See Also