Email contact links are an invaluable part of any web page. However, they are also vulnerable to a particular type of web robot known as the spam harvester or spambot. A spam harvester can read through the pages in your site and extract email addresses which are then added to bulk marketing databases. RichTextEditor allows you reduce possible spam by 'disguising' a raw email address in an encoded ASCII form.. You can turn this feature off by setting this property to "false".

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public RTEBooleanValue EnableAntiSpamEmailEncoder { get; set; }
Visual Basic
Public Property EnableAntiSpamEmailEncoder As RTEBooleanValue
	Get
	Set
Visual C++
public:
property RTEBooleanValue EnableAntiSpamEmailEncoder {
	RTEBooleanValue get ();
	void set (RTEBooleanValue value);
}

See Also