Skip to content

$Messages

$Messages provides functionality for sending new emails and parsing existing messages.

To create a new email message, use the $Messages.New method and send it to recipients using the Message.Send method.

If you need to convert an email message to an EML file, use $Messages.CreateEML to store it as a file. Conversely, use the $Messages.ParseEML method to convert an EML file back into an email message.

1
const $Messages;

Capabilities

Message Creation and Parsing