Keyoti RapidSpell Desktop .NET API Docs
IgnoreURLsAndEmailAddresses Property
APIKeyoti.RapidSpellRapidSpellAsYouTypeIgnoreURLsAndEmailAddresses
Keyoti RapidSpell Desktop .NET
Whether to ignore URLs and email addresses (requires V2Parser=true)
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public bool IgnoreURLsAndEmailAddresses { get; set; }
public bool IgnoreURLsAndEmailAddresses { get; set; }
Public Property IgnoreURLsAndEmailAddresses As Boolean
	Get
	Set
Public Property IgnoreURLsAndEmailAddresses As Boolean
	Get
	Set
public:
property bool IgnoreURLsAndEmailAddresses {
	bool get ();
	void set (bool value);
}
public:
property bool IgnoreURLsAndEmailAddresses {
	bool get ();
	void set (bool value);
}
member IgnoreURLsAndEmailAddresses : bool with get, set
member IgnoreURLsAndEmailAddresses : bool with get, set
Property Value
Remarks
This will cause the following strings to be accepted as non-spelling errors;
"user@domain.com", "http://www.domain.com", "domain.co.uk" etc.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412