EMEventGetCampaignEvents Method

Alterian Email Manager 6.2.3 SDK Help File
Gets list of events for an existing campaign

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

Syntax
public static List<EMEvent> GetCampaignEvents(
	DMToken token,
	int documentId
)

Parameters

token
Type: DMToken
Authentication token
documentId
Type: SystemInt32
Document Id

Return Value

Type: ListEMEvent
list of EMEvents
See Also