ContactService Members CTCT Wrapper Documented Class Library

The ContactService type exposes the following members.
Constructors

  NameDescription
Public methodContactService
Initializes a new instance of the ContactService class
Back to Top
Methods

  NameDescription
Public methodAddContact
Add a new contact to the Constant Contact account
Public methodDeleteContact
Unsubscribe a specific contact.
Public methodDeleteContactFromList
Delete a contact from a specific contact list.
Public methodDeleteContactFromLists
Delete a contact from all contact lists.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetContact
Get contact details for a specific contact.
Public methodGetContacts(String, String, Nullable DateTime , Pagination)
Get an array of contacts.
Public methodGetContacts(String, String, String, Nullable Int32 , Nullable DateTime , Nullable ContactStatus )
Get an array of contacts.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUpdateContact
Update contact details for a specific contact.
Back to Top
Properties

  NameDescription
Public propertyRestClient
Get the rest client being used by the service.
(Inherited from BaseService.)
Back to Top
See Also