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