ConstantContact GetContactsFromList Method (String, Nullable DateTime ) CTCT Wrapper Documented Class Library
Get contact that belong to a specific list.

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

public ResultSet<Contact> GetContactsFromList(
	string listId,
	Nullable<DateTime> modifiedSince
)

Parameters

listId
Type: OnlineSystem String
Contact list id.
modifiedSince
Type: OnlineSystem Nullable OnlineDateTime 
limit contacts retrieved to contacts modified since the supplied date

Return Value

Returns a list of contacts.
Exceptions

See Also