AppCtrlScript

MAY Computer

Help

MAILTO

Applies to  

AppCtrlScript (Module: wmACScr1.dll)

Group  

Other

See also  

OPENMAIL, SETMAILMETHOD

Sends a mail to the specified recipients. MAPI or Outlook is used depending on the general options setting in the application that is implementing the application script.

Unlike OPENMAIL this command will send the e-mail immediately.

Syntax

MAILTO <Recipients>[, <Subject>][, <Body>][, <Attachments>] 

Part

Description

<Recipients> One or more recipient e-mail addresses (or by the used mail system resolvable name) separated with ";". By adding the prefixes "TO:", "CC:" or "BCC:" you can distinguish the recipient type.
<Subject> Mail subject.
<Body> Mail body text. Normal text or HTML text
<Attachments> One or more attachment filenames separated with ";"

 

Sample

MAILTO "mwildam@may.co.at;useeliger@may.co.at","Test","Here is your personal Testmail.","f:\poll\test.rtf"