Message.AssistentPhone Property

Independentsoft MSG .NET

Message AssistentPhone Property MSG .NET Class Library
Contains assistent's phone number of the contact.

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

Syntax

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

value = instance.AssistentPhone

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

value = instance.AssistentPhone

instance.AssistentPhone = value
/** @property */
public String get_AssistentPhone()
/** @property */
public void set_AssistentPhone(String value)
/** @property */
public String get_AssistentPhone()
/** @property */
public void set_AssistentPhone(String value)
function get AssistentPhone () : String 
function set AssistentPhone (value : String)
function get AssistentPhone () : String 
function set AssistentPhone (value : String)
function get_AssistentPhone();
function set_AssistentPhone(value);
function get_AssistentPhone();
function set_AssistentPhone(value);

Property Value

Type: OnlineString
The assistent phone.
See Also