In Exchange 2007/2010 I use the following query string to send an email to multiple recipients.
<ExchangeURL>?ae=Item&a=New&t=IPM.Note&email=mailto%3a{0}%3fcc%3d{1}%26bcc%3d{2}
Recipient’s emails are comer delimited and escaped using the UrlEncode
What is the equivalent query string to do the same with Exchange 2013?
Right now it is just showing the login page for exchange instead of the new email screen.