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

An array of email notifications that specifies the email the user receives when they are a sender. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account sender email notification settings when the user is created. More...

Inheritance diagram for DocuSign.eSign.Model.SignerEmailNotifications:

Public Member Functions

 SignerEmailNotifications (string AgentNotification=default(string), string CarbonCopyNotification=default(string), string CertifiedDeliveryNotification=default(string), string CommentsOnlyPrivateAndMention=default(string), string CommentsReceiveAll=default(string), string DocumentMarkupActivation=default(string), string EnvelopeActivation=default(string), string EnvelopeComplete=default(string), string EnvelopeCorrected=default(string), string EnvelopeDeclined=default(string), string EnvelopeVoided=default(string), string FaxReceived=default(string), string OfflineSigningFailed=default(string), string PurgeDocuments=default(string), string ReassignedSigner=default(string), string WhenSigningGroupMember=default(string))
 Initializes a new instance of the SignerEmailNotifications 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 (SignerEmailNotifications other)
 Returns true if SignerEmailNotifications instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string AgentNotification [get, set]
 When set to true, the user receives agent notification emails. More...
 
string CarbonCopyNotification [get, set]
 When set to true, the user receives notifications of carbon copy deliveries. More...
 
string CertifiedDeliveryNotification [get, set]
 When set to true, the user receives notifications of certified deliveries. More...
 
string CommentsOnlyPrivateAndMention [get, set]
 Gets or Sets CommentsOnlyPrivateAndMention More...
 
string CommentsReceiveAll [get, set]
 Gets or Sets CommentsReceiveAll More...
 
string DocumentMarkupActivation [get, set]
 When set to true, the user receives notification that document markup has been activated. More...
 
string EnvelopeActivation [get, set]
 When set to true, the user receives notification that the envelope has been activated. More...
 
string EnvelopeComplete [get, set]
 When set to true, the user receives notification that the envelope has been completed. More...
 
string EnvelopeCorrected [get, set]
 When set to true, the user receives notification that the envelope has been corrected. More...
 
string EnvelopeDeclined [get, set]
 When set to true, the user receives notification that the envelope has been declined. More...
 
string EnvelopeVoided [get, set]
 When set to true, the user receives notification that the envelope has been voided. More...
 
string FaxReceived [get, set]
 Reserved: More...
 
string OfflineSigningFailed [get, set]
 When set to true, the user receives notification if the offline signing failed. More...
 
string PurgeDocuments [get, set]
 When set to true, the user receives notification of document purges. More...
 
string ReassignedSigner [get, set]
 When set to true, the user receives notification that the envelope has been reassigned. More...
 
string WhenSigningGroupMember [get, set]
 Gets or Sets WhenSigningGroupMember More...
 

Detailed Description

An array of email notifications that specifies the email the user receives when they are a sender. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account sender email notification settings when the user is created.

Constructor & Destructor Documentation

◆ SignerEmailNotifications()

DocuSign.eSign.Model.SignerEmailNotifications.SignerEmailNotifications ( string  AgentNotification = default(string),
string  CarbonCopyNotification = default(string),
string  CertifiedDeliveryNotification = default(string),
string  CommentsOnlyPrivateAndMention = default(string),
string  CommentsReceiveAll = default(string),
string  DocumentMarkupActivation = default(string),
string  EnvelopeActivation = default(string),
string  EnvelopeComplete = default(string),
string  EnvelopeCorrected = default(string),
string  EnvelopeDeclined = default(string),
string  EnvelopeVoided = default(string),
string  FaxReceived = default(string),
string  OfflineSigningFailed = default(string),
string  PurgeDocuments = default(string),
string  ReassignedSigner = default(string),
string  WhenSigningGroupMember = default(string) 
)
inline

Initializes a new instance of the SignerEmailNotifications class.

Parameters
AgentNotificationWhen set to true, the user receives agent notification emails..
CarbonCopyNotificationWhen set to true, the user receives notifications of carbon copy deliveries..
CertifiedDeliveryNotificationWhen set to true, the user receives notifications of certified deliveries..
CommentsOnlyPrivateAndMentionCommentsOnlyPrivateAndMention.
CommentsReceiveAllCommentsReceiveAll.
DocumentMarkupActivationWhen set to true, the user receives notification that document markup has been activated..
EnvelopeActivationWhen set to true, the user receives notification that the envelope has been activated..
EnvelopeCompleteWhen set to true, the user receives notification that the envelope has been completed..
EnvelopeCorrectedWhen set to true, the user receives notification that the envelope has been corrected..
EnvelopeDeclinedWhen set to true, the user receives notification that the envelope has been declined..
EnvelopeVoidedWhen set to true, the user receives notification that the envelope has been voided..
FaxReceivedReserved:.
OfflineSigningFailedWhen set to true, the user receives notification if the offline signing failed..
PurgeDocumentsWhen set to true, the user receives notification of document purges..
ReassignedSignerWhen set to true, the user receives notification that the envelope has been reassigned..
WhenSigningGroupMemberWhenSigningGroupMember.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SignerEmailNotifications instances are equal

Parameters
otherInstance of SignerEmailNotifications to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AgentNotification

string DocuSign.eSign.Model.SignerEmailNotifications.AgentNotification
getset

When set to true, the user receives agent notification emails.

When set to true, the user receives agent notification emails.

◆ CarbonCopyNotification

string DocuSign.eSign.Model.SignerEmailNotifications.CarbonCopyNotification
getset

When set to true, the user receives notifications of carbon copy deliveries.

When set to true, the user receives notifications of carbon copy deliveries.

◆ CertifiedDeliveryNotification

string DocuSign.eSign.Model.SignerEmailNotifications.CertifiedDeliveryNotification
getset

When set to true, the user receives notifications of certified deliveries.

When set to true, the user receives notifications of certified deliveries.

◆ CommentsOnlyPrivateAndMention

string DocuSign.eSign.Model.SignerEmailNotifications.CommentsOnlyPrivateAndMention
getset

Gets or Sets CommentsOnlyPrivateAndMention

◆ CommentsReceiveAll

string DocuSign.eSign.Model.SignerEmailNotifications.CommentsReceiveAll
getset

Gets or Sets CommentsReceiveAll

◆ DocumentMarkupActivation

string DocuSign.eSign.Model.SignerEmailNotifications.DocumentMarkupActivation
getset

When set to true, the user receives notification that document markup has been activated.

When set to true, the user receives notification that document markup has been activated.

◆ EnvelopeActivation

string DocuSign.eSign.Model.SignerEmailNotifications.EnvelopeActivation
getset

When set to true, the user receives notification that the envelope has been activated.

When set to true, the user receives notification that the envelope has been activated.

◆ EnvelopeComplete

string DocuSign.eSign.Model.SignerEmailNotifications.EnvelopeComplete
getset

When set to true, the user receives notification that the envelope has been completed.

When set to true, the user receives notification that the envelope has been completed.

◆ EnvelopeCorrected

string DocuSign.eSign.Model.SignerEmailNotifications.EnvelopeCorrected
getset

When set to true, the user receives notification that the envelope has been corrected.

When set to true, the user receives notification that the envelope has been corrected.

◆ EnvelopeDeclined

string DocuSign.eSign.Model.SignerEmailNotifications.EnvelopeDeclined
getset

When set to true, the user receives notification that the envelope has been declined.

When set to true, the user receives notification that the envelope has been declined.

◆ EnvelopeVoided

string DocuSign.eSign.Model.SignerEmailNotifications.EnvelopeVoided
getset

When set to true, the user receives notification that the envelope has been voided.

When set to true, the user receives notification that the envelope has been voided.

◆ FaxReceived

string DocuSign.eSign.Model.SignerEmailNotifications.FaxReceived
getset

Reserved:

Reserved:

◆ OfflineSigningFailed

string DocuSign.eSign.Model.SignerEmailNotifications.OfflineSigningFailed
getset

When set to true, the user receives notification if the offline signing failed.

When set to true, the user receives notification if the offline signing failed.

◆ PurgeDocuments

string DocuSign.eSign.Model.SignerEmailNotifications.PurgeDocuments
getset

When set to true, the user receives notification of document purges.

When set to true, the user receives notification of document purges.

◆ ReassignedSigner

string DocuSign.eSign.Model.SignerEmailNotifications.ReassignedSigner
getset

When set to true, the user receives notification that the envelope has been reassigned.

When set to true, the user receives notification that the envelope has been reassigned.

◆ WhenSigningGroupMember

string DocuSign.eSign.Model.SignerEmailNotifications.WhenSigningGroupMember
getset

Gets or Sets WhenSigningGroupMember


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