@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class EmailSettings extends Object
A complex element that allows the sender to override some envelope email setting information. This can be used to override the Reply To email address and name associated with the envelope and to override the BCC email addresses to which an envelope is sent. \n\nWhen the emailSettings information is used for an envelope, it only applies to that envelope. \n\n**IMPORTANT**: The emailSettings information is not returned in the GET for envelope status. Use GET /email_settings to return information about the emailSettings. \n\nEmailSettings consists of: \n\n* replyEmailAddressOverride - The Reply To email used for the envelope. DocuSign will verify that a correct email format is used, but does not verify that the email is active. Maximum Length: 100 characters.\n* replyEmailNameOverride - The name associated with the Reply To email address. Maximum Length: 100 characters.\n* bccEmailAddresses - An array of up to five email addresses to which the envelope is sent to as a BCC email. Only users with canManageAccount setting set to true can use this option. \nDocuSign verifies that the email format is correct, but does not verify that the email is active. Using this overrides the BCC for Email Archive information setting for this envelope. Maximum Length: 100 characters.\n*Example*: if your account has BCC for Email Archive set up for the email address ‘archive@mycompany.com’ and you send an envelope using the BCC Email Override to send a BCC email to ‘salesarchive@mycompany.com’, then a copy of the envelope is only sent to the ‘salesarchive@mycompany.com’ email address.
| Constructor and Description |
|---|
EmailSettings() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<BccEmailAddress> |
getBccEmailAddresses()
A list of email addresses that receive a copy of all email communications for an envelope.
|
String |
getReplyEmailAddressOverride() |
String |
getReplyEmailNameOverride() |
int |
hashCode() |
void |
setBccEmailAddresses(List<BccEmailAddress> bccEmailAddresses) |
void |
setReplyEmailAddressOverride(String replyEmailAddressOverride) |
void |
setReplyEmailNameOverride(String replyEmailNameOverride) |
String |
toString() |
public List<BccEmailAddress> getBccEmailAddresses()
A list of email addresses that receive a copy of all email communications for an envelope. You can use this for archiving purposes.
public void setBccEmailAddresses(List<BccEmailAddress> bccEmailAddresses)
public String getReplyEmailAddressOverride()
public void setReplyEmailAddressOverride(String replyEmailAddressOverride)
public String getReplyEmailNameOverride()
public void setReplyEmailNameOverride(String replyEmailNameOverride)
Copyright © 2017. All Rights Reserved.