| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
Other |
|
See also |
MAILTO, 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 MAILTO this command will open the e-mail window to let the user do modifications to the mail item.
OPENMAIL <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 ";" | |
|
| ||
OPENMAIL "mwildam@may.co.at;useeliger@may.co.at","Test","Here is your personal Testmail.","f:\poll\test.rtf"