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.
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
Last edited: