public class SpamCheckSetting
extends java.lang.Object
| Constructor and Description |
|---|
SpamCheckSetting() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnable()
Determines if this setting is enabled.
|
java.lang.String |
getPostToUrl()
Get the Inbound Parse URL that you would like a copy of
your email along with the spam report to be sent to.
|
int |
getSpamThreshold()
Get the the threshold used to determine if your content
qualifies as spam on a scale from 1 to 10, with 10 being
most strict, or most likely to be considered as spam.
|
void |
setEnable(boolean enable)
Set if this setting is enabled.
|
void |
setPostToUrl(java.lang.String postToUrl)
Set the Inbout Parse URL.
|
void |
setSpamThreshold(int spamThreshold)
Set the spam check threshold.
|
public boolean getEnable()
public void setEnable(boolean enable)
enable - true if spam checking is enabled, false otherwise.public int getSpamThreshold()
public void setSpamThreshold(int spamThreshold)
spamThreshold - the threshold.public java.lang.String getPostToUrl()
public void setPostToUrl(java.lang.String postToUrl)
postToUrl - a URL.