Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>OWA 2010 has a parameter called "email" that takes as an argument a fully URL-encoded mailto: string. It wants comma separated email addresses, though. Short answer for you is</p> <p><s>https://xxxxx.outlook.com/owa/?ae=Item&amp;a=New&amp;t=IPM.Note&amp;email=mailto:joe@joe.com,dave@joe.com</s> <a href="https://xxxxx.outlook.com/owa/?ae=Item&amp;a=New&amp;t=IPM.Note&amp;email=mailto:joe%40joe.com,dave%40joe.com" rel="nofollow">https://xxxxx.outlook.com/owa/?ae=Item&amp;a=New&amp;t=IPM.Note&amp;email=mailto:joe%40joe.com,dave%40joe.com</a></p> <p>This can be extended to fill in any item (To, CC, BCC, Subject, Body). To make OWA 2010 take any arbitrary mailto: command, take the entire mailto: string ("mailto:blah......blah..........blah"), pass it through urlencode(), and then add it to the end of this "https://xxxxx.outlook.com/owa/?ae=Item&amp;a=New&amp;t=IPM.Note&amp;email=". Note that this means the URL encoded items <em>inside</em> of the mailto: command will get URL encoded again. <s>In the example above, the mailto: string doesn't have any ampersands or question marks so we can get away without having to encode the @ into %40, etc.</s> If you login via the form interface, and you try to use the above links without encoding the @, you will get some sort of login failure. Best to always encode everything.</p> <p>Unrelated comment: If you have Outlook 2010 on your machine and set as your default mail handler, it will handle normal mailto: commands, except that email addresses must be semi-colon separated. This appears to violate RFC 2368.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload