module:model/BccEmailAddress

module:model/BccEmailAddress

new module:model/BccEmailAddress()

Source:

Constructs a new BccEmailAddress.
Contains information about the BCC email address.

Members

(inner) bccEmailAddressId :String

Source:

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. 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.

Type:
  • String

(inner) email :String

Source:

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. Maximum of length: 100 characters.

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/BccEmailAddress}

Source:

Constructs a BccEmailAddress from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/BccEmailAddress

Optional instance to populate.

Returns:

The populated BccEmailAddress instance.

Type
module:model/BccEmailAddress