Keyoti RapidSpell WPF API Docs
IgnoreURLsAndEmailAddresses Property
APIKeyoti.RapidSpell.WpfRapidSpellCheckerIgnoreURLsAndEmailAddresses
Keyoti RapidSpell WPF
Whether to ignore URLs and email addresses (requires V2Parser=true)
Declaration Syntax
C#Visual BasicVisual C++
public bool IgnoreURLsAndEmailAddresses { get; set; }
Public Property IgnoreURLsAndEmailAddresses As Boolean
public:
virtual property bool IgnoreURLsAndEmailAddresses {
	bool get () sealed;
	void set (bool value) sealed;
}
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: Keyoti3.RapidSpell.WPF (Module: Keyoti3.RapidSpell.WPF) Version: 2.0.10.827