The project is for a silent auction during a fundraising dinner. The participants will be texting name and bid amounts to an email account.
I would like to automatically grab this data as it comes in, but I don't have a clue where to start. Can AGK2 even get access to emails or text messages?
I did this same thing a few years ago, and I just got the texts on my phone, and input the bids manually, using a DBPro program to keep track of the bids. I used DBPro because of the sandbox write restrictions of AppGameKit at the time. Then I used a concurrently running AppGameKit program on a second computer to read and display the auction leader board on big screen monitors, live during the event.
I would also like to use AGK2 for the bid tracking, but I'm not sure I can write to an external location. I will try SetRawWritePath(), hopefully that will do the trick. I'm writing to a network attached hard drive.
Anyway, if anybody has any thoughts on capturing text messages sent to an email address, I would be grateful for the advice.
Rich