Gets or sets the toll free telephone number of this contact. (A.K.A., 800 number)

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string TollFreePhone { get; set; }
Visual Basic (Declaration)
Public Property TollFreePhone As String
Visual C++
public:
property String^ TollFreePhone {
	String^ get ();
	void set (String^ value);
}

Field Value

A telephone number in human readable format (i.e., dashes, parens, etc. are allowed).

Remarks

If DisablePhoneFormatting is not true (i.e., formatting is not turned off), and the phone number is 10 digits, it will be reformatted into the US formating, like (XXX) XXX-XXXX.

See Also