<p>Office 365 prend désormais en charge la composition d’un e-mail via une URL :</p>
<pre><code class="lang-auto">https://outlook.office.com/?path=/mail/action/compose&to=service@domain.com&subject=Customer Service Request&body=Add+Your+Request+here
</code></pre>
<p>Paramètres disponibles :</p>
<ul>
<li>
<p><strong>path</strong> /mail/action/compose</p>
</li>
<li>
<p><strong>subject</strong> Customer Service Request</p>
</li>
<li>
<p><strong>body</strong> Add your request here</p>
</li>
<li>
<p><strong>to</strong> <a href="mailto:service@domain.com">service@domain.com</a></p>
</li>
<li>
<p><strong>cc</strong> n’est pas pris en charge pour le moment.</p>
</li>
</ul>
<p>Consultez<br>
<a href="https://blogs.msdn.microsoft.com/carloshm/2016/01/16/how-to-compose-a-new-message-or-event-and-populate-fields-in-office365/#comment-1645">https://blogs.msdn.microsoft.com/carloshm/2016/01/16/how-to-compose-a-new-message-or-event-and-populate-fields-in-office365/#comment-1645</a> pour plus de détails</p>