Skip to content

ParseEML

Parses specified input as eml file and returns message instance.

1
$Messages.ParseEML(message: ( string | FileInfo )):Message

Parameters

( string | FileInfo ) message
    EML file in base64 encoded string or id of file or FileInfo instance.

Remarks

Argument "eml" if not valid any instance of accepted types error is thrown.

See Also