public class BccSettings
extends java.lang.Object
| Constructor and Description |
|---|
BccSettings() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEmail()
Get the email address that you would like to receive the BCC.
|
boolean |
getEnable()
Determines if this setting is enabled.
|
void |
setEmail(java.lang.String email)
Set the email address that you would like to receive the BCC.
|
void |
setEnable(boolean enable)
Set whether or not BCC is enabled.
|
public boolean getEnable()
public void setEnable(boolean enable)
enable - true if BCC is enabled, false otherwise.public java.lang.String getEmail()
public void setEmail(java.lang.String email)
email - the address.