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

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. When the emailSettings information is used for an envelope, it only applies to that envelope. IMPORTANT: The emailSettings information is not returned in the GET for envelope status. Use GET /email_settings to return information about the emailSettings. EmailSettings consists of: * 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. * replyEmailNameOverride - The name associated with the Reply To email address. Maximum Length: 100 characters. * 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. 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 Length: 100 characters. Example: if your account has BCC for Email Archive set up for the email address 'archi.nosp@m.ve@m.nosp@m.ycomp.nosp@m.any..nosp@m.com' and you send an envelope using the BCC Email Override to send a BCC email to 'sales.nosp@m.arch.nosp@m.ive@m.nosp@m.ycom.nosp@m.pany..nosp@m.com', then a copy of the envelope is only sent to the 'sales.nosp@m.arch.nosp@m.ive@m.nosp@m.ycom.nosp@m.pany..nosp@m.com' email address. More...

Inheritance diagram for DocuSign.eSign.Model.EmailSettings:

Public Member Functions

 EmailSettings (List< BccEmailAddress > BccEmailAddresses=default(List< BccEmailAddress >), string ReplyEmailAddressOverride=default(string), string ReplyEmailNameOverride=default(string))
 Initializes a new instance of the EmailSettings 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 (EmailSettings other)
 Returns true if EmailSettings instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

List< BccEmailAddressBccEmailAddresses [get, set]
 A list of email addresses that receive a copy of all email communications for an envelope. You can use this for archiving purposes. More...
 
string ReplyEmailAddressOverride [get, set]
 Gets or Sets ReplyEmailAddressOverride More...
 
string ReplyEmailNameOverride [get, set]
 Gets or Sets ReplyEmailNameOverride More...
 

Detailed Description

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. When the emailSettings information is used for an envelope, it only applies to that envelope. IMPORTANT: The emailSettings information is not returned in the GET for envelope status. Use GET /email_settings to return information about the emailSettings. EmailSettings consists of: * 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. * replyEmailNameOverride - The name associated with the Reply To email address. Maximum Length: 100 characters. * 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. 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 Length: 100 characters. 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.

Constructor & Destructor Documentation

◆ EmailSettings()

DocuSign.eSign.Model.EmailSettings.EmailSettings ( List< BccEmailAddress BccEmailAddresses = default(List<BccEmailAddress>),
string  ReplyEmailAddressOverride = default(string),
string  ReplyEmailNameOverride = default(string) 
)
inline

Initializes a new instance of the EmailSettings class.

Parameters
BccEmailAddressesA list of email addresses that receive a copy of all email communications for an envelope. You can use this for archiving purposes..
ReplyEmailAddressOverrideReplyEmailAddressOverride.
ReplyEmailNameOverrideReplyEmailNameOverride.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if EmailSettings instances are equal

Parameters
otherInstance of EmailSettings to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BccEmailAddresses

List<BccEmailAddress> DocuSign.eSign.Model.EmailSettings.BccEmailAddresses
getset

A list of email addresses that receive a copy of all email communications for an envelope. You can use this for archiving purposes.

A list of email addresses that receive a copy of all email communications for an envelope. You can use this for archiving purposes.

◆ ReplyEmailAddressOverride

string DocuSign.eSign.Model.EmailSettings.ReplyEmailAddressOverride
getset

Gets or Sets ReplyEmailAddressOverride

◆ ReplyEmailNameOverride

string DocuSign.eSign.Model.EmailSettings.ReplyEmailNameOverride
getset

Gets or Sets ReplyEmailNameOverride


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