The ContactService type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ContactService | Initializes a new instance of the ContactService class |
Methods
| Name | Description | |
|---|---|---|
| AddContact |
Add a new contact to the Constant Contact account
| |
| DeleteContact |
Unsubscribe a specific contact.
| |
| DeleteContactFromList |
Delete a contact from a specific contact list.
| |
| DeleteContactFromLists |
Delete a contact from all contact lists.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| 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.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
| UpdateContact |
Update contact details for a specific contact.
|
Properties
| Name | Description | |
|---|---|---|
| RestClient |
Get the rest client being used by the service.
(Inherited from BaseService.) |
See Also