Salesforce

MailFormatSet (Magic xpa 4.x)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

MailFormatSet

Sets the mode for subsequent calls to MailSend and MailMsgText functions.

Syntax:

MailFormatSet(mode)

Parameters:

mode: A number that represents the format.

1: Plain text

2: HTML

Returns:

True if the mode is set; False otherwise.

Example:

MailFormatSet(2)

This function syntax will return True if HTML mode is set for mail.

Note:

This function is supported only on Java framework (MailFramework = J). The function returns False if MailFrameWork = L or not set.

See also:

Mail functions

The Online and Rich Client Samples projects (program EL01, EL02, REL01and REL02)

Since version: 4.7

Reference
Attachment 
Attachment