Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

Allows to send new mails or parsing messages. If you need to create a new mail message you can use the $Messages.New method and send to recipients with Message.Send method. If you need to convert mail message to an EML file, you can use to $Messages.CreateEML store it is a file or use $Messages.ParseEML method to convert back to mail message.

const $Messages;

  • No labels