Skip to content

Visual Studio solution notes

accuzip-opensource edited this page Feb 1, 2017 · 2 revisions

Download from https://github.com/accuzip-opensource/direct-mail/tree/DirectMail_visual_studio

(1) Prerequisites:
NuGet Package Manager (if you don't have it, then in visual studio go to "Tools/Extension Manager". Look for NuGet and install it).

(2) From visual studio, go to "File/Open/Project/Solution

(3) Edit the Program.cs => replace your api key with a real api_key

 AccuZipDirectMailCsharpClientExample azdm = new AccuZipDirectMailCsharpClientExample("your api_key");
Clone this wiki locally