Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Click on Hyper link migrate to mail compose in outlook

0 Kudos
653

Hello All,

in my requirement when I click the hyper link 'CLICK' the page need to migrated to new mail compose page in outlook with all the contents like recipient , body of the mail etc.

I had provided HTML code for hyper link and it is working fine but how to get the recipient details and body of the mail automatically.

Regards,

Meenakshi

4 REPLIES 4

raviandela
Explorer
0 Kudos
408

Hi Meenakshi,

I recommend you to put some efforts before you ask such small things.

However, below is the snippet.

<a href="mailto:someone@example.com?Subject=Hello%20again&Body=Some body text here" target="_top">Send Mail</a>

you can try the same here

Regards,

Ravi

0 Kudos
408

Thank you for ur update. Working fine

0 Kudos
408

Hello Ravi,

The subject line is big for me. It is not getting properly here . So wat can i do it.

Regards,

meenakshi.

raymond_giuseppi
Active Contributor
0 Kudos
408

For reference, (search, find and) read The mailto URL scheme (RFC2368) or look at tutorial sites such as w3schools.