I am trying to create a mailto
url for Outlook (web version).
On Outlook everything works perfectly fine, but now I have to implement it on web version OWA as well, so I am struggling with this url:
<a href='https://company.domain.com/owa/?ae=Item&a=New&t=IPM.Note&[email protected]&subject=Hello%20again&body=Body%20Text' target=_blank>testy</a>
Because the body part is empty. Any ideas on what's happening?