Dim Message As Email
Message.To.Add("SomeEmail@example.com")
Message.Attachments.Add(File.Combine(File.DirRootExternal, "SomeFile.txt"))
StartActivity(Message.GetIntent)
Hi,
In this code, they private message as email. However email is not part of the available options in the B4A. Do I need to load any library for this?