/
How to Configure Reminder Notifications

How to Configure Reminder Notifications

This page provides sample code on how customers can configure custom reminder notifications for signers.

VB.NET
docusign.EmailSettings = New DocusignEmailSettings() With {
                    .BccEmailAddresses = New List(Of String) From {"bcctest@email.com"},
                    .ReplyEmailAddressOverride = "master@email.com"
                }

               docusign.Notification = New DocusignNotificationSettings() With {
                    .Expirations = New DocusignNotificationExpiration() With {.ExpireEnabled = True, .ExpireAfter = 3},
                    .Reminders = New DocusignNotificationReminder() With {.ReminderEnabled = True, .ReminderDelay = 3},
                    .UseAccountDefaults = True
                }
C#
docusign.EmailSettings == new DocusignEmailSettings 
	{
	BccEmailAddresses = new List<string> { "bcctest@email.com" },
	ReplyEmailAddressOverride = "master@email.com"
        }
	
	
	docusign.Notification == new DocusignNotificationSettings 
	{
		Expirations = new DocusignNotificationExpiration 
		{
			ExpireEnabled = true,
			ExpireAfter = 3
		},
		Reminders = new DocusignNotificationReminder 
		{
			ReminderEnabled = true,
			ReminderDelay = 3
		},
		UseAccountDefaults = true
	}


Related content

How to Configure Recipient Settings
How to Configure Recipient Settings
More like this
Configuring Custom E-signature Functionality with ESignVendorSuccessJavaScript
Configuring Custom E-signature Functionality with ESignVendorSuccessJavaScript
More like this
Docusign Properties
Docusign Properties
More like this
How to Configure Send On Behalf Of (SOBO)
How to Configure Send On Behalf Of (SOBO)
Read with this
Docusign E-Signature Pop-Up
Docusign E-Signature Pop-Up
More like this
Docusign
Read with this

For help regarding Quik! Forms and the Quik! API
Email: support@quikforms.com | Phone: (877) 456-QUIK