ConstantContact GetContacts Method (String, Nullable Int32 , Nullable DateTime , Nullable ContactStatus ) CTCT Wrapper Documented Class Library
Get a set of contacts.

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

public ResultSet<Contact> GetContacts(
	string email,
	Nullable<int> limit,
	Nullable<DateTime> modifiedSince,
	Nullable<ContactStatus> status
)

Parameters

email
Type: OnlineSystem String
Match the exact email address.
limit
Type: OnlineSystem Nullable OnlineInt32 
Limit the number of returned values, default 500.
modifiedSince
Type: OnlineSystem Nullable OnlineDateTime 
limit contacts retrieved to contacts modified since the supplied date
status
Type: OnlineSystem Nullable ContactStatus 
Match the exact contact status

Return Value

Returns a list of contacts.
See Also