ConstantContact AddContactsMultipartActivity Method CTCT Wrapper Documented Class Library
Create an Add Contacts Multipart Activity

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

public Activity AddContactsMultipartActivity(
	string fileName,
	byte[] fileContent,
	IList<string> lists
)

Parameters

fileName
Type: OnlineSystem String
The name of the file
fileContent
Type:  OnlineSystem Byte 
The contents of the file
lists
Type: OnlineSystem.Collections.Generic IList OnlineString 
List of contact list Ids to add the contacts to

Return Value

Returns an Activity object.
See Also