Type Boolean
Returns True if visiting agent is a crawler designed to scan your site for the purpose of collecting email addresses listed on your site’s pages.
C# Example:
<html>Email crawler:
<% BrowserObj browObj = BrowserObj.GetBrowser();
Response.Write(browObj.EmailCrawler);
%>
</html>
See Also: