AddTo, AddCC, AddBCC

The AddTo, AddCC, and AddBCC functions add a "To" Addressee to the mail.

Purpose:

These functions add a "To" Addressee to the mail. The addressee can be in one of the following categories:

The Addressee has a name and a mail address.

Syntax:
CALL ui.Interface.frontCall("WinMail","AddTo", [ id, name, address ], [ result ] )
CALL ui.Interface.frontCall("WinMail","AddCC", [ id, name, address ], [ result ] )
CALL ui.Interface.frontCall("WinMail","AddBCC", [ id, name, address ], [ result ] )
Note: