Alterian Email Manager 6.2.3 SDK Help File Initializes a new instance of the
ParsedItem class
Namespace:
DMLibrary.ParserAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic ParsedItem(
string item,
EMContentType contentType
)
Public Sub New (
item As String,
contentType As EMContentType
)
public:
ParsedItem(
String^ item,
EMContentType contentType
)
new :
item : string *
contentType : EMContentType -> ParsedItem
DMLibrary.Parser.ParsedItem = function(item, contentType);
Parameters
- item
- Type: SystemString
- contentType
- Type: DMLibraryEMContentType
See Also