SiMX Help‎ > ‎The Target Platform‎ > ‎Objects‎ > ‎TARGET Object‎ > ‎target.mail‎ > ‎

SetFont


Platform Objects


Description

Set a desired font for the message

Syntax


Function SetFont(name, size, style, weight, color)

name (input) - name of the font
size (input) - font size
style (input) - change the style of the font
weight (input) - change the weight of the font
color (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 function

See also


Platform Objects and Methods
target.mail.SetCC()
target.mail.SetHeaders()
target.mail