Hello Community!
Once again I need your help
I am trying to send out an email and pre-set the recipient, Subject and Body.
The eMail-Activity opens, but everything is empty...
I am using the emulator as I currently have no "live" phone available...
This is my code-part:
Thanks a lot for your help to get this working!
Best regards,
Christian
Once again I need your help
I am trying to send out an email and pre-set the recipient, Subject and Body.
The eMail-Activity opens, but everything is empty...
I am using the emulator as I currently have no "live" phone available...
This is my code-part:
B4X:
Dim eMailMessage As Email
eMailMessage.To.Add("xx@y.com")
eMailMessage.Subject = "Unknown Article!"
eMailMessage.Body = "Unknown Article " & articleCode
StartActivity(eMailMessage.GetIntent) ' Send the eMail
Thanks a lot for your help to get this working!
Best regards,
Christian