Hi all,
I'm designing a "note to self" app that lets you record a voice note and email it as a voice attachment, preferably without invoking the UI for the email app.
To send using the user's GMail, there's the GMail REST API:
https://www.b4x.com/android/forum/threads/b4x-sending-emails-with-gmail-rest-api.81736/
However, I'd also like to give the user some alternatives, in case they don't use GMail, or don't use it exclusively (e.g. I use Outlook for work, GMail for personal).
It looks like Microsoft offers a Graph API for sending Outlook messages (which apparently deprecates their Outlook/Android SDK). I assume I'd need a wrapper library to use this in B4A? (I searched the forums but didn't find anything obvious.)
Any other email APIs/libraries that might be useful for this?
I'm designing a "note to self" app that lets you record a voice note and email it as a voice attachment, preferably without invoking the UI for the email app.
To send using the user's GMail, there's the GMail REST API:
https://www.b4x.com/android/forum/threads/b4x-sending-emails-with-gmail-rest-api.81736/
However, I'd also like to give the user some alternatives, in case they don't use GMail, or don't use it exclusively (e.g. I use Outlook for work, GMail for personal).
It looks like Microsoft offers a Graph API for sending Outlook messages (which apparently deprecates their Outlook/Android SDK). I assume I'd need a wrapper library to use this in B4A? (I searched the forums but didn't find anything obvious.)
Any other email APIs/libraries that might be useful for this?