Skip to content

Instantly share code, notes, and snippets.

// DocuSign API Walkthrough 08 in C# - Embedded Signing (launch the recipient view of an envelope)
//
// To run this sample:
// 1) Create a new .NET project.
// 2) Add 4 assembly references to the project: System, System.Net, System.XML, and System.XML.Linq
// 3) Update the email, password, integrator key, and template information in the code
// 4) Compile and Run
//
// NOTE 1: This sample requires that you first create a Template through the DocuSign member Console.
//