DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Model.BccEmailAddress Class Reference

Contains information about the BCC email address. More...

Inheritance diagram for DocuSign.eSign.Model.BccEmailAddress:

Public Member Functions

 BccEmailAddress (string BccEmailAddressId=default(string), string Email=default(string))
 Initializes a new instance of the BccEmailAddress class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object obj)
 Returns true if objects are equal More...
 
bool Equals (BccEmailAddress other)
 Returns true if BccEmailAddress instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string BccEmailAddressId [get, set]
 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 &#39;archi.nosp@m.ve@m.nosp@m.ycomp.nosp@m.any..nosp@m.com&#39; and you send an envelope using the BCC Email Override to send a BCC email to &#39;sales.nosp@m.arch.nosp@m.ive@m.nosp@m.ycom.nosp@m.pany..nosp@m.com&#39;, then a copy of the envelope is only sent to the &#39;sales.nosp@m.arch.nosp@m.ive@m.nosp@m.ycom.nosp@m.pany..nosp@m.com&#39; email address. More...
 
string Email [get, set]
 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. More...
 

Detailed Description

Contains information about the BCC email address.

Constructor & Destructor Documentation

◆ BccEmailAddress()

DocuSign.eSign.Model.BccEmailAddress.BccEmailAddress ( string  BccEmailAddressId = default(string),
string  Email = default(string) 
)
inline

Initializes a new instance of the BccEmailAddress class.

Parameters
BccEmailAddressIdOnly 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 &#39;archi.nosp@m.ve@m.nosp@m.ycomp.nosp@m.any..nosp@m.com&#39; and you send an envelope using the BCC Email Override to send a BCC email to &#39;sales.nosp@m.arch.nosp@m.ive@m.nosp@m.ycom.nosp@m.pany..nosp@m.com&#39;, then a copy of the envelope is only sent to the &#39;sales.nosp@m.arch.nosp@m.ive@m.nosp@m.ycom.nosp@m.pany..nosp@m.com&#39; email address..
EmailSpecifies 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. .

Member Function Documentation

◆ Equals() [1/2]

override bool DocuSign.eSign.Model.BccEmailAddress.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool DocuSign.eSign.Model.BccEmailAddress.Equals ( BccEmailAddress  other)
inline

Returns true if BccEmailAddress instances are equal

Parameters
otherInstance of BccEmailAddress to be compared
Returns
Boolean

◆ GetHashCode()

override int DocuSign.eSign.Model.BccEmailAddress.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

string DocuSign.eSign.Model.BccEmailAddress.ToJson ( )
inline

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string DocuSign.eSign.Model.BccEmailAddress.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BccEmailAddressId

string DocuSign.eSign.Model.BccEmailAddress.BccEmailAddressId
getset

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 &#39;archi.nosp@m.ve@m.nosp@m.ycomp.nosp@m.any..nosp@m.com&#39; and you send an envelope using the BCC Email Override to send a BCC email to &#39;sales.nosp@m.arch.nosp@m.ive@m.nosp@m.ycom.nosp@m.pany..nosp@m.com&#39;, then a copy of the envelope is only sent to the &#39;sales.nosp@m.arch.nosp@m.ive@m.nosp@m.ycom.nosp@m.pany..nosp@m.com&#39; email address.

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 &#39;archi.nosp@m.ve@m.nosp@m.ycomp.nosp@m.any..nosp@m.com&#39; and you send an envelope using the BCC Email Override to send a BCC email to &#39;sales.nosp@m.arch.nosp@m.ive@m.nosp@m.ycom.nosp@m.pany..nosp@m.com&#39;, then a copy of the envelope is only sent to the &#39;sales.nosp@m.arch.nosp@m.ive@m.nosp@m.ycom.nosp@m.pany..nosp@m.com&#39; email address.

◆ Email

string DocuSign.eSign.Model.BccEmailAddress.Email
getset

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.

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.


The documentation for this class was generated from the following file: