IEventlogCollectionEventlogXmlIdsForSEV Property

Alterian Email Manager 6.2.3 SDK Help File
The id of the eventlog_xml that will get processed for SEV events

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

Syntax
IEnumerable<int> EventlogXmlIdsForSEV { get; }

Property Value

Type: IEnumerableInt32
Remarks
Both this property and the EventlogXmlIdsForEM usually will contain the same ids. However if the SEV or EM processing fails, and because the pulling of the eventlog_xml records occur in bulk, it can happen that items that only need to perform either just the SEV or the EM processing (and not both) and items that need to process both EM and SEV events ended up bundled together. We need to be sure we filter those ids for items that still need to process SEV events regardless of the EM ones
See Also