Hi everyone,

I would like to ask if there any ways to pre-fill the Subject and Body field of my Web Outlook create message.

I tried using URL commands and I was able to populate the To: field. However, I don't know the syntax or URL commands to populate the Subject and Body fields.

Here's a sample:
This code works when user clicks a link, a Web Outlook create message will open and the To: field is populated.
https://<mailservername>.com/exchange/<sender emailname>/Inbox/?cmd=New&mailtoaddr=<recipient emailname>


Thanks in advance. :)

https://<mailservername>.com/exchange/<sender emailname>/Inbox/?cmd=New&mailtoaddr=<recipient emailname>&subject=<your subject>&body=<your body>

might work for you.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.