Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
  Akismet
B
  blog, Akismet
C
  comment, Akismet
F
  Functions, Akismet
I
  initialize, Akismet
  isSpam, Akismet
P
  Properties, Akismet
S
  setCommentAuthor, Akismet
  setCommentAuthorEmail, Akismet
  setCommentAuthorUrl, Akismet
  setCommentContent, Akismet
  setCommentType, Akismet
  setPermalink, Akismet
  submitHam, Akismet
  submitSpam, Akismet
V
  version, Akismet
W
  wpApiKey, Akismet
This class allows any ASP 3.0 application to use the Akismet anti-comment spam service.
Blog address.
User comment data.
public sub initialize( key,
uri )
ASP Classes doesn’t have a constructor, so you must initialize the class manually.
public function isSpam()
Test for spam.
public sub setCommentAuthor( value )
Set Akismet comment_author parameter.
public sub setCommentAuthorEmail( value )
Set Akismet comment_author_email parameter.
public sub setCommentAuthorUrl( value )
Set Akismet comment_author_url parameter.
public sub setCommentContent( value )
Set Akismet comment_content parameter.
public sub setCommentType( value )
Set Akismet comment_type parameter.
public sub setPermalink( value )
Set Akismet permalink parameter.
public function submitHam()
This call is intended for the marking of false positives, things that were incorrectly marked as spam.
public function submitSpam()
This call is for submitting comments that weren’t marked as spam but should have been.
Class version.
WordPress API key.