SysMailer.htmlBody Method [AX 2012]

Sends the body of the email message in an HTML format.

public str htmlBody([str body])

Run On

Called

Parameters

body
Type: str
A string expression that contains HTML code that represents the body of the email message; optional.

Return Value

Type: str
The body of the email in HTML.

The maximum size of the email message body is 10MB. If the size exceeds 10MB, the HTML body is set to an empty string, and a warning message is generated.

Community Additions

ADD
Show: