Android Question Message.Body.visible=False?

anOparator

Active Member
Licensed User
Longtime User
I use a Next and Previous button to make 1 of 10 text files visible in EditText3, the Message.Body of an email.
We can change the visibility of an EditText view in Designer or using a btn_Click, is there a way to do this to the email client because I only want the To: and Subject: boxes visible?

Message.Body = EditText3.Text 'message body content
Message.Body.Visible = "False" 'Does not work.
 

Attachments

  • eMail.gif
    15.1 KB · Views: 169
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…