$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 a mail 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 a mail message.
1 |
|