when i clcik a gui button in unity how to open a outlook in real time for sending the mail.To open a out look inside the system so that we can sent the mail in real time as we do in outlook.
Try Application.OpenURL("mailto:xxxx@yyyyy.zzz");
. I just tested it and it will open the user’s default mail client.