Can you pls. help me how I can make a javascript code work with Lotus Notes? My code below works with Outlook but not Notes.
app.mailMsg(false, "fun1 [at] fun [dot] com; fun2 [at] fun [dot] com", "", "",
"This is the subject", "This is the body of the mail.");
THANKS!
Try this. Open up your browser and type this into the URL line:
[b]mailto:Someone [at] MyCom [dot] com[/b]Acrobat does almost exactly the same thing.
On Windows this email handoff is controled by Windows MAPI (the Mail API). If you want the form to work with Lotus Notes then Lotus Notes has to be registered with MAPI as the default email client for the system.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script