例(HTMLメールを作成してメール本文を「<<テスト>>」とする例)
loaddll "tkinfo.dll"; #n = dllfunc("NewMail"); #n = dllfunc("SetHeader", "Content-Type", "text/html"); gofiletop; beginsel; gofileend; $insert = dllfuncstr("PlainTextToHtml", "<<テスト>>"); insert $insert; #n = dllfunc("HtmlEdit");