ConstantContact AddRemoveContactsFromListsActivity Method CTCT Wrapper Documented Class Library
Create a Remove Contacts From Lists Activity.

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

public Activity AddRemoveContactsFromListsActivity(
	IList<string> emailAddresses,
	IList<string> lists
)

Parameters

emailAddresses
Type: OnlineSystem.Collections.Generic IList OnlineString 
List of email addresses.
lists
Type: OnlineSystem.Collections.Generic IList OnlineString 
List of id's.

Return Value

Returns an Activity object.
Exceptions

See Also