Invoke Outlook from a hyperlink

R

ramana.crm

Dear Group

I have a requirement. It goes like this:

- I have an application where I have list of items. The Item name would
be Hyperlinked.
- When I click on the hyperlink, Outlook should be invoked.
- In outlook, the Mail id that is existing in another field in that
Hyperlink row, should be placed in TO address.

Can some one please provide me with the Code for this.

Best regards
Aarem
 
M

Michael Bednarek

On 22 Mar 2006 22:33:57 -0800, ramana.crm@... wrote in
microsoft.public.outlook.program_forms:

[snip]
- I have an application where I have list of items. The Item name would
be Hyperlinked.
- When I click on the hyperlink, Outlook should be invoked.
- In outlook, the Mail id that is existing in another field in that
Hyperlink row, should be placed in TO address.

Try: <mailto:another field>, probably without the brackets. However,
this will not necessarily use Outlook, but the default e-mail client.

If you need to ensure Outlook is used, you should use Outlook's COM
interface from within your application.
Can some one please provide me with the Code for this.

You forgot to mention which language you use, and to show your attempts
so far.
 

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