We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This is the reference documentation for contactlab/soap-api-dotnet-client package. In this wiki you can find a list of the most common usage examples.
The examples assume that in the app.config file in your project are defined the following configuration keys:
app.config
... <userSettings> <ContactlabApiClientExamples.Properties.Settings> <setting name="ApiKey" serializeAs="String"> <value>YOUR API KEY</value> </setting> <setting name="UserKey" serializeAs="String"> <value>YOUR USER KEY</value> </setting> </ContactlabApiClientExamples.Properties.Settings> </userSettings> ...