Android Question Library Reference for Email

Carthalion

Member
Licensed User
Longtime User
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("[email protected]")
Message.Attachments.Add(File.Combine(File.DirRootExternal, "SomeFile.txt"))
StartActivity(Message.GetIntent)
 

Carthalion

Member
Licensed User
Longtime User
Thank you for the answer. I am not ignoring Erel's constant request. I do not recall or do I know what a code tag is.

Maybe I should refrain from posting in this forum until I figure that out?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
I´ve registrated the same behaviour from you. But i did not see a "how do i" or so...

codetag001.png


codetag002.png


codetag003.png
 
Upvote 0

Mahares

Expert
Licensed User
Longtime User
Maybe I should refrain from posting in this forum until I figure that out?
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]
 
Upvote 0
Top