IEventlogCollectionRepositoryGetEngagementEvents Method

Alterian Email Manager 6.2.3 SDK Help File
Gets the EngagedEvents contained within the IEventlogCollection

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

Syntax
EngagedEvents GetEngagementEvents(
	IEventlogCollection eventlogCollection
)

Parameters

eventlogCollection
Type: DMLibrary.Repository.EventlogIEventlogCollection
The IEventlogCollection to explore

Return Value

Type: EngagedEvents
The EngagedEvents for the if any. Null if no data is found
See Also