Message.CellularPhone Property

Independentsoft MSG .NET

Message CellularPhone Property MSG .NET Class Library
Contains the mobile telephone number for the contact.

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

Syntax

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

value = instance.CellularPhone

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

value = instance.CellularPhone

instance.CellularPhone = value
/** @property */
public String get_CellularPhone()
/** @property */
public void set_CellularPhone(String value)
/** @property */
public String get_CellularPhone()
/** @property */
public void set_CellularPhone(String value)
function get CellularPhone () : String 
function set CellularPhone (value : String)
function get CellularPhone () : String 
function set CellularPhone (value : String)
function get_CellularPhone();
function set_CellularPhone(value);
function get_CellularPhone();
function set_CellularPhone(value);

Property Value

Type: OnlineString
The cellular phone.
See Also