Skip to main content

Name

msg:raw — Set or returns the message content and the message length

Synopsis

msg:raw(value);

value: string, optional

Description

If a value is provided, set the content of the message to that value. Otherwise this function returns the full RFC2822 message as a string along with the length as an integer.

Enable this function with the statement require('msys.extended.message');.

Was this page helpful?