Requires: .NET Framework v2.0 or greater
-
There are 2 DLLS included in this zipfile, You will need to include these in your project.
- Benchmarkemail Api library 'APIDLL.dll'
- CookComputing.XmlRpcV2.dll xml-rpc library.
-
The DLL either goes
- into the "bin" folder under the root of your web app, - or
- into the Global Assembly Cache on the box that the web app runs on.
-
To install it in the GAC, use gacutil.exe to install it, then go to "%systemroot%\Assembly" and make sure it is there.
See the included "Program.cs" file. That has all the api examples that you will ever need. Get started !!
- Visit our API page to view our other wrappers and documentation:
http://www.benchmarkemail.com/API/Library The following are some full examples that you should be able to download, drop into a webserver directory, and make a few key edits. Look for the README files in them to get started.
Copyright (c) 2016 BenchmarkEmail, released under the MIT license
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.