SendMail

The SendMail function sends the mail.

Purpose:

This function sends the mail. Using SMTP, the SMTP server is directly used. Using MAPI, the default mailer software is called to create the mail. The user must press the "send" button to send the mail.

Syntax with SMTP:
CALL ui.Interface.frontCall("WinMail","SendMailSMTP", [ id ], [result] )
Syntax with MAPI:
CALL ui.Interface.frontCall("WinMail","SendMailMAPI", [ id ], [result] )
Note:
Important: