IContactService AddContact Method CTCT Wrapper Documented Class Library
Add a new contact to the Constant Contact account

Namespace: CTCT.Services
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

Contact AddContact(
	string accessToken,
	string apiKey,
	Contact contact,
	bool actionByVisitor
)

Parameters

accessToken
Type: System String
Constant Contact OAuth2 access token.
apiKey
Type: System String
The API key for the application
contact
Type: CTCT.Components.Contacts Contact
Contact to add.
actionByVisitor
Type: System Boolean
Set to true if action by visitor.

Return Value

Returns the newly created contact.
See Also