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

RecipientEmailNotification More...

Inheritance diagram for DocuSign.eSign.Model.RecipientEmailNotification:

Public Member Functions

 RecipientEmailNotification (string EmailBody=default(string), PropertyMetadata EmailBodyMetadata=default(PropertyMetadata), string EmailSubject=default(string), PropertyMetadata EmailSubjectMetadata=default(PropertyMetadata), string SupportedLanguage=default(string), PropertyMetadata SupportedLanguageMetadata=default(PropertyMetadata))
 Initializes a new instance of the RecipientEmailNotification 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 (RecipientEmailNotification other)
 Returns true if RecipientEmailNotification instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string EmailBody [get, set]
 Specifies the email body of the message sent to the recipient. Maximum length: 10000 characters. More...
 
PropertyMetadata EmailBodyMetadata [get, set]
 Metadata that indicates whether the &#x60;emailBody&#x60; property can be edited. More...
 
string EmailSubject [get, set]
 Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject. More...
 
PropertyMetadata EmailSubjectMetadata [get, set]
 Metadata that indicates whether the &#x60;emailSubject&#x60; property can be edited. More...
 
string SupportedLanguage [get, set]
 A simple type enumeration of the language used. The supported languages, with the language value shown in parenthesis, are: Arabic (ar), Armenian (hy), Bahasa Indonesia (id), Bahasa Melayu (ms) Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro),Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk), and Vietnamese (vi). More...
 
PropertyMetadata SupportedLanguageMetadata [get, set]
 Metadata that indicates whether the &#x60;supportedLanguage&#x60; property can be edited. More...
 

Detailed Description

RecipientEmailNotification

Constructor & Destructor Documentation

◆ RecipientEmailNotification()

DocuSign.eSign.Model.RecipientEmailNotification.RecipientEmailNotification ( string  EmailBody = default(string),
PropertyMetadata  EmailBodyMetadata = default(PropertyMetadata),
string  EmailSubject = default(string),
PropertyMetadata  EmailSubjectMetadata = default(PropertyMetadata),
string  SupportedLanguage = default(string),
PropertyMetadata  SupportedLanguageMetadata = default(PropertyMetadata) 
)
inline

Initializes a new instance of the RecipientEmailNotification class.

Parameters
EmailBodySpecifies the email body of the message sent to the recipient. Maximum length: 10000 characters. .
EmailBodyMetadataMetadata that indicates whether the &#x60;emailBody&#x60; property can be edited..
EmailSubjectSpecifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject..
EmailSubjectMetadataMetadata that indicates whether the &#x60;emailSubject&#x60; property can be edited..
SupportedLanguageA simple type enumeration of the language used. The supported languages, with the language value shown in parenthesis, are: Arabic (ar), Armenian (hy), Bahasa Indonesia (id), Bahasa Melayu (ms) Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro),Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk), and Vietnamese (vi)..
SupportedLanguageMetadataMetadata that indicates whether the &#x60;supportedLanguage&#x60; property can be edited..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RecipientEmailNotification instances are equal

Parameters
otherInstance of RecipientEmailNotification to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EmailBody

string DocuSign.eSign.Model.RecipientEmailNotification.EmailBody
getset

Specifies the email body of the message sent to the recipient. Maximum length: 10000 characters.

Specifies the email body of the message sent to the recipient. Maximum length: 10000 characters.

◆ EmailBodyMetadata

PropertyMetadata DocuSign.eSign.Model.RecipientEmailNotification.EmailBodyMetadata
getset

Metadata that indicates whether the &#x60;emailBody&#x60; property can be edited.

Metadata that indicates whether the &#x60;emailBody&#x60; property can be edited.

◆ EmailSubject

string DocuSign.eSign.Model.RecipientEmailNotification.EmailSubject
getset

Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject.

Specifies the subject of the email that is sent to all recipients. See [ML:Template Email Subject Merge Fields] for information about adding merge field information to the email subject.

◆ EmailSubjectMetadata

PropertyMetadata DocuSign.eSign.Model.RecipientEmailNotification.EmailSubjectMetadata
getset

Metadata that indicates whether the &#x60;emailSubject&#x60; property can be edited.

Metadata that indicates whether the &#x60;emailSubject&#x60; property can be edited.

◆ SupportedLanguage

string DocuSign.eSign.Model.RecipientEmailNotification.SupportedLanguage
getset

A simple type enumeration of the language used. The supported languages, with the language value shown in parenthesis, are: Arabic (ar), Armenian (hy), Bahasa Indonesia (id), Bahasa Melayu (ms) Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro),Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk), and Vietnamese (vi).

A simple type enumeration of the language used. The supported languages, with the language value shown in parenthesis, are: Arabic (ar), Armenian (hy), Bahasa Indonesia (id), Bahasa Melayu (ms) Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro),Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk), and Vietnamese (vi).

◆ SupportedLanguageMetadata

PropertyMetadata DocuSign.eSign.Model.RecipientEmailNotification.SupportedLanguageMetadata
getset

Metadata that indicates whether the &#x60;supportedLanguage&#x60; property can be edited.

Metadata that indicates whether the &#x60;supportedLanguage&#x60; property can be edited.


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