If already logged into Live, I can enter a url as follows:
https://xxxxx.outlook.com/owa/?ae=Item&a=New&t=IPM.Note&[email protected]
And it will open the Compose email with the To filled in. I need to send the email to multiple recipients. I tried:
https://xxxxx.outlook.com/owa/?ae=Item&a=New&t=IPM.Note&[email protected];[email protected]
and it doesn't work. It doesn't parse the 'to' correctly and treats it as one email address.
I tried different delimiters and spaces in the url with no luck. I found nothing that works for OWA 2010.
How to do this?
I believe I may have solved it.
You can use
https://xxxxx.outlook.com/owa/?ae=Item&a=New&t=IPM.Note&to=RecipientAlias
parameter at the end but realized you can not resolve the alias with the domain, e.g.[email protected]
which auto resolves the address.If you use the recipients alias, it fails to resolve at first, however it allows the user to resolve manually on clicking
send
. It is a good workaround if you are only sending internally, but becomes a problem when using external contacts. I believe this is the best workaround I am going to get as I am using internal addresses.I guess to workaround the external recipient issue is to create an external contact in Active Directory which is messy but in my head it works. Not tried it but I hope it helps someone.