@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class BccEmailAddress extends Object
Contains information about the BCC email address.
| Constructor and Description |
|---|
BccEmailAddress() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBccEmailAddressId()
Only users with canManageAccount setting can use this option.
|
String |
getEmail()
Specifies the BCC email address.
|
int |
hashCode() |
void |
setBccEmailAddressId(String bccEmailAddressId) |
void |
setEmail(String email) |
String |
toString() |
public String getBccEmailAddressId()
Only users with canManageAccount setting can use this option. An array of up to 5 email addresses the envelope is sent to as a BCC email. \n \nExample: 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.
public void setBccEmailAddressId(String bccEmailAddressId)
public String getEmail()
Specifies the BCC email address. DocuSign 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.\n\nMaximum of length: 100 characters.
public void setEmail(String email)
Copyright © 2017. All Rights Reserved.