How to create a new mail with attached file using JSP

N

Nananana

Hi.
We have a 3rd party Web-based product for archiving documents.
The browser interface has an option to send the selected document as a
mail attachment.
However, the GUI provided (JSP code) is a simple, ugly dialog
(From/To/CC/Subject/Body).
My goal is to activate Outlook and create a new mail message.
Any pointers?
TIA
 
S

Sue Mosher [MVP-Outlook]

You may want to stick with what you have. Any attempt to automate Outlook directly from a web page with client-side JScript (e.g. see http://www.outlookcode.com/d/code/formonweb.htm) will be subject to the user's browser security. Even if the browser allows it, the script may still be blocked by the computer's anti-virus program.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
N

Nananana

Sue said:
You may want to stick with what you have. Any attempt to automate Outlook directly from a web page with client-side JScript (e.g. see http://www.outlookcode.com/d/code/formonweb.htm) will be subject to the user's browser security. Even if the browser allows it, the script may still be blocked by the computer's anti-virus program.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers

Thanks.
The customer doesn't like what I have.
It's his desire to have a better solution, so he'll take care of the
security issues.
Regards,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top