PAGE('EMAIL',..)

Use this command to open the e-mail programm.

PAGE('EMAIL', string EmailTo,
  string EmailCC,
  string EmailBCC,
  string Subject,
  string Body);

example:
PAGE('EMAIL', '[email protected]','','',
  'This is my Subject', 'Hello World.');