Message PrimaryPhone Property | MSG .NET Class Library |
Contains the primary telephone number for the contact.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string PrimaryPhone { get; set; }
public string PrimaryPhone { get; set; }
Public Property PrimaryPhone As String Get Set
Public Property PrimaryPhone As String Get Set
Dim instance As Message Dim value As String value = instance.PrimaryPhone instance.PrimaryPhone = value
Dim instance As Message Dim value As String value = instance.PrimaryPhone instance.PrimaryPhone = value
/** @property */ public String get_PrimaryPhone() /** @property */ public void set_PrimaryPhone(String value)
/** @property */ public String get_PrimaryPhone() /** @property */ public void set_PrimaryPhone(String value)
function get PrimaryPhone () : String function set PrimaryPhone (value : String)
function get PrimaryPhone () : String function set PrimaryPhone (value : String)
function get_PrimaryPhone(); function set_PrimaryPhone(value);
function get_PrimaryPhone(); function set_PrimaryPhone(value);
Property Value
Type:
The primary phone.
See Also