The IContactService type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| AddContact |
Add a new contact to the Constant Contact account
| |
| DeleteContact |
Delete contact details for a specific contact.
| |
| DeleteContactFromList |
Delete a contact from a specific contact list.
| |
| DeleteContactFromLists |
Delete a contact from all contact lists.
| |
| GetContact |
Get contact details for a specific contact.
| |
| GetContacts(String, String, Nullable DateTime , Pagination) |
Get an array of contacts.
| |
| GetContacts(String, String, String, Nullable Int32 , Nullable DateTime , Nullable ContactStatus ) |
Get an array of contacts.
| |
| UpdateContact |
Update contact details for a specific contact.
|
Properties
| Name | Description | |
|---|---|---|
| RestClient |
Returns the REST client object.
(Inherited from IBaseService.) |
See Also