IEventlogCollectionRepositoryGetEngagementEvents Method
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibrary.Repository.EventlogAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxEngagedEvents GetEngagementEvents(
IEventlogCollection eventlogCollection
)
Function GetEngagementEvents (
eventlogCollection As IEventlogCollection
) As EngagedEvents
EngagedEvents^ GetEngagementEvents(
IEventlogCollection^ eventlogCollection
)
abstract GetEngagementEvents :
eventlogCollection : IEventlogCollection -> EngagedEvents
function GetEngagementEvents(eventlogCollection);
Parameters
- eventlogCollection
- Type: DMLibrary.Repository.EventlogIEventlogCollection
The IEventlogCollection to explore
Return Value
Type:
EngagedEventsThe
EngagedEvents for the if any. Null if no data is found
See Also