EMEventGetNotificationEvents Method

Alterian Email Manager 6.2.3 SDK Help File
Gets the list of events that can be subscribed to for notifications for a given Campaign.

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

Syntax
public static IList<EMEvent> GetNotificationEvents(
	DMToken token,
	int campaignID
)

Parameters

token
Type: DMToken
Authentication Token
campaignID
Type: SystemInt32
Campaign ID

Return Value

Type: IListEMEvent
A collection of events for notifications.
See Also