Invoke Outlook from a hyperlink

  • Thread starter Thread starter ramana.crm
  • Start date Start date
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
 
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.
 
Back
Top