EMEventAutoCreateCampaignEvents Method

Alterian Email Manager 6.2.3 SDK Help File
Creates list of mappedEMEvents in a batch. If anyone fails, it rollbacks whole transaction

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

Syntax
public static IList<MappedEMEvent> AutoCreateCampaignEvents(
	DMToken token,
	int campaignId,
	IList<MappedEMEvent> mappedEMEvents
)

Parameters

token
Type: DMToken
User authentication token
campaignId
Type: SystemInt32
Campaign Id
mappedEMEvents
Type: System.Collections.GenericIListMappedEMEvent
list of EMEvent to be created.

Return Value

Type: IListMappedEMEvent
List of MappedEMEvent created and each event to have a unique Id assigned
See Also