Message.CarPhone Property

Independentsoft MSG .NET

Message CarPhone Property MSG .NET Class Library
Contains the car telephone number for the contact.

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

Syntax

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

value = instance.CarPhone

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

value = instance.CarPhone

instance.CarPhone = value
/** @property */
public String get_CarPhone()
/** @property */
public void set_CarPhone(String value)
/** @property */
public String get_CarPhone()
/** @property */
public void set_CarPhone(String value)
function get CarPhone () : String 
function set CarPhone (value : String)
function get CarPhone () : String 
function set CarPhone (value : String)
function get_CarPhone();
function set_CarPhone(value);
function get_CarPhone();
function set_CarPhone(value);

Property Value

Type: OnlineString
The car phone.
See Also