DescriptionSet a desired font for the messageSyntaxFunction SetFont(name, size, style, weight, color)
Description
Set a desired font for the message
Syntax
Function SetFont(name, size, style, weight, color)
name (input) - name of the fontsize (input) - font sizestyle (input) - change the style of the fontweight (input) - change the weight of the fontcolor (input) - change the font color
Return value
This function does not return a value.
Sample'------------ Start ------------function Start trg.mail.SetFont "calibri", 12, "italics", "bold", "black" end functionSee alsoPlatform Objects and Methodstarget.mail.SetCC()target.mail.SetHeaders()target.mail
Sample'------------ Start ------------function Start trg.mail.SetFont "calibri", 12, "italics", "bold", "black" end functionSee also
'------------ Start ------------
function Start
trg.mail.SetFont "calibri", 12, "italics", "bold", "black"
end function
Platform Objects and Methodstarget.mail.SetCC()target.mail.SetHeaders()target.mail