问题
I’ve been googling for a couple of days now! I’m looking at a way of integrating simple mail functions into my android app. A few people have suggested looking at K9 which I have done. This is obviously a fully featured mail client and has far more functionality than I need. I wanted to know whether there was a way using Android API's to connect and retrieve mail?
Any responses greatly appreciated!
回答1:
Not really, afaik are no Android APIs you can use for this purpose. You could use the ActiveSync protocol to connect to the Exchange server and pull down the email messages you need.
回答2:
There are third party API called JWebServices / JWebDAV . As far as I know they both working on Android
来源:https://stackoverflow.com/questions/4956262/how-to-retrive-email-from-ms-exchange-server-on-android