public class MailSettings
extends java.lang.Object
| Constructor and Description |
|---|
MailSettings() |
| Modifier and Type | Method and Description |
|---|---|
BccSettings |
getBccSettings() |
Setting |
getBypassListManagement() |
FooterSetting |
getFooterSetting() |
Setting |
getSandBoxMode() |
SpamCheckSetting |
getSpamCheck() |
void |
setBccSettings(BccSettings bccSettings) |
void |
setBypassListManagement(Setting bypassListManagement) |
void |
setFooterSetting(FooterSetting footerSetting) |
void |
setSandboxMode(Setting sandBoxMode) |
void |
setSpamCheckSetting(SpamCheckSetting spamCheckSetting) |
public BccSettings getBccSettings()
public void setBccSettings(BccSettings bccSettings)
public Setting getBypassListManagement()
public void setBypassListManagement(Setting bypassListManagement)
public FooterSetting getFooterSetting()
public void setFooterSetting(FooterSetting footerSetting)
public Setting getSandBoxMode()
public void setSandboxMode(Setting sandBoxMode)
public SpamCheckSetting getSpamCheck()
public void setSpamCheckSetting(SpamCheckSetting spamCheckSetting)