1
I've been using OWA 2010 for several years, a I had a way to prefill To
and subject
fields with this kind of link:
https://{server_name}/owa/?ae=Item&a=New&t=IPM.Note&to={to_address}&subject={custom_subject}
Recently my company updated OWA to OWA 2013, and this solution stopped working.
I've found a way to open compose mail
screen with a link:
https://{server_name}/owa/#viewmodel=IMailComposeViewModelFactory
But I can't figure out how to fill To
and subject
fields.
Are there url parameters for filling To
and subject
in OWA 2013?
Unfortunately this didn't work for me - url redirected me to
https://{server_name}/owa/auth/errorFE.aspx?aspxerrorpath=/owa/&path=/mail/action/compose&to=test@123.com&subject=TestSubject
with something went wrong message. – fen1x – 2018-06-24T10:20:06.687There must be some other syntax then. I will keep searching and let you know if anything else works for me – Trenly – 2018-06-25T00:04:18.320