$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 | |
Capabilities¶
Message Creation and Parsing¶
- Messages.CreateEML: Creates an EML (RFC 822) file from a message instance.
- Messages.New: Creates a new message instance for sending.
- Messages.ParseEML: Parses an EML (RFC 822) file and returns a message instance.