Create a Remove Contacts From Lists Activity.
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Activity AddRemoveContactsFromListsActivity(
string accessToken,
string apiKey,
IList<string> emailAddresses,
IList<string> lists
)
Activity AddRemoveContactsFromListsActivity(
string accessToken,
string apiKey,
IList<string> emailAddresses,
IList<string> lists
)
Function AddRemoveContactsFromListsActivity ( _
accessToken As String, _
apiKey As String, _
emailAddresses As IList(Of String), _
lists As IList(Of String) _
) As Activity
Function AddRemoveContactsFromListsActivity ( _
accessToken As String, _
apiKey As String, _
emailAddresses As IList(Of String), _
lists As IList(Of String) _
) As Activity
Activity^ AddRemoveContactsFromListsActivity(
String^ accessToken,
String^ apiKey,
IList<String^>^ emailAddresses,
IList<String^>^ lists
)
Activity^ AddRemoveContactsFromListsActivity(
String^ accessToken,
String^ apiKey,
IList<String^>^ emailAddresses,
IList<String^>^ lists
)
abstract AddRemoveContactsFromListsActivity :
accessToken : string *
apiKey : string *
emailAddresses : IList<string> *
lists : IList<string> -> Activity
abstract AddRemoveContactsFromListsActivity :
accessToken : string *
apiKey : string *
emailAddresses : IList<string> *
lists : IList<string> -> Activity
Parameters
- accessToken
- Type: System String
Constant Contact OAuth2 access token.
- apiKey
- Type: System String
The API key for the application
- emailAddresses
- Type: System.Collections.Generic IList String
List of email addresses.
- lists
- Type: System.Collections.Generic IList String
List of id's.
Return Value
Returns an Activity object.