| AppCtrlScript | |
| Help |
|
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.
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 ";" | |
|
| ||
MAILTO "mwildam@may.co.at;useeliger@may.co.at","Test","Here is your personal Testmail.","f:\poll\test.rtf"