EMLookupTablesAddLookupTableToCampaign Method

Alterian Email Manager 6.2.3 SDK Help File
Associates an existing lookup table with an existing campaign

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public static void AddLookupTableToCampaign(
	DMToken token,
	int campaignId,
	int lookupId
)

Parameters

token
Type: DMToken
Authentication Token.
campaignId
Type: SystemInt32
Id of the existing campaign.
lookupId
Type: SystemInt32
Id of the existing lookup table.
See Also