Create an Export Contacts Activity.
Namespace: CTCT.ServicesAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Activity AddExportContactsActivity(
string accessToken,
string apiKey,
ExportContacts exportContacts
)
Function AddExportContactsActivity ( _
accessToken As String, _
apiKey As String, _
exportContacts As ExportContacts _
) As Activity
Function AddExportContactsActivity ( _
accessToken As String, _
apiKey As String, _
exportContacts As ExportContacts _
) As Activity
Activity^ AddExportContactsActivity(
String^ accessToken,
String^ apiKey,
ExportContacts^ exportContacts
)
abstract AddExportContactsActivity :
accessToken : string *
apiKey : string *
exportContacts : ExportContacts -> Activity
abstract AddExportContactsActivity :
accessToken : string *
apiKey : string *
exportContacts : ExportContacts -> Activity
Parameters
- accessToken
- Type: System String
Constant Contact OAuth2 access token.
- apiKey
- Type: System String
The API key for the application
- exportContacts
- Type: CTCT.Components.Activities ExportContacts
Export contacts object.
Return Value
Returns an Activity object.