Gets or sets a value that indicates whether to ignore Internet addresses.

Namespace:  Karamasoft.WebControls.UltimateSpell
Assembly:  UltimateSpell (in UltimateSpell.dll) Version: 3.6.3649.28014

Syntax

C#
public bool IgnoreInternetAddresses { get; set; }
Visual Basic (Declaration)
Public Property IgnoreInternetAddresses As Boolean
Visual C++
public:
property bool IgnoreInternetAddresses {
	bool get ();
	void set (bool value);
}

Field Value

true if Internet addresses are ignored; otherwise, false. The default value is true.

Remarks

Use this property to ignore Internet addresses.

See Also