Skip to content

CreateEML

Creates an EML (RFC 822) file from a message instance.

1
$Messages.CreateEML(message: Message):FileInfo

Parameters

Message message
    The message instance to convert.

Returns

A FileInfo object representing the created EML file.

Remarks

This method generates a new EML file from the specified message object. The created file has the ".eml" extension and the "message/rfc822" MIME type.

See Also