Windows Mail extension / The WinMail API |
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.
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 ] )