How to retrive email from MS Exchange server on Android

后端 未结 2 370
暖寄归人
暖寄归人 2020-12-07 05:26

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

相关标签:
2条回答
  • 2020-12-07 05:50

    There are third party API called JWebServices / JWebDAV . As far as I know they both working on Android

    0 讨论(0)
  • 2020-12-07 05:53

    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.

    0 讨论(0)
提交回复
热议问题