Skip to content

$Messages.ParseEML

Overview

Messsage $Messages.ParseEML ( eml )
Parses specified input as eml file and returns message instance.

Arguments

String | FileInfo eml EML file object. Can be one of following types:

Tables Are
String (Guid) Id number of file
String (Base64) Content of EML file in base64 encoding
FileInfo Instance of file information.

Remarks

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

Examples

See Also