Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
method run(var eventInfo Event)
var
m Mail
endVar
if m.logonDlg() then
m.addAddress("nouser@example.com")
m.setSubject("Paradox Mail Test")
m.setMessage("This is a test of the Paradox 10 Mail type.")
m.send()
m.logOff()
endIf
endMethod