Using this code, I get the error message "Missing library reference". Do I have to install one that does not come with B4A?
Dim Message As Email
Message.To.Add("SomeEmail@example.com")
Message.Attachments.Add(File.Combine(File.DirRootExternal, "SomeFile.txt"))
StartActivity(Message.GetIntent)
Do not stop posting in the forum. Your questions are excellent and very important. Here is how to do code tags:
1. Type [ code] without typing the space before the c
2. Insert or type all the B4A code you have
3. At the end of the code type: [/code]