Esempio n. 1
0
 public void OnEmailSharePress()
 {
     NativeToolkit.SendEmail("Hello there", "<html><body><b>This is an email sent from my App!</b></body></html>", imagePath, "", "", "");
 }