EventParserParseEvent Method

Alterian Email Manager 6.2.3 SDK Help File
Parses content for events and returns a collection

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

Syntax
public IList<ParsedItem> ParseEvent(
	string content
)

Parameters

content
Type: SystemString

Return Value

Type: IListParsedItem
list of ParsedItem
See Also