Visual Studio solution notes - accuzip-opensource/direct-mail GitHub Wiki

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");