Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 91519

How do i open a mail launcher in Metro app (WinRT 8.1+ ) - Xamarin.Forms

$
0
0

I am trying to send mail using launcher in PCL WinRT app. Launcher works proper for normal mail, but if i try to send mail with HTML body, it fails to launch.

Launching mail pop-up using :

string mailtoUri = string.Format("mailto:{0}?subject={1}&body={2}", toEmail, mailSubject, bodyText);
Launcher.LaunchUriAsync(new Uri(mailtoUri, UriKind.Absolute));

Fails when
bodyText = html head /head body > some mail text </body /html>;

Thanks in advance.


Viewing all articles
Browse latest Browse all 91519

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>