Hello,
Welcome to our Microsoft Q&A platform!
Is there a way of reading Hotmail emails using Xamarin Forms?
No, xamarin-essentials just provide an Api to send email, it donot provide any way to read emails in the maibox.
I tried with OpenPop.NET
, but OpenPop.NET is not compatible with monoandroid10.0 (MonoAndroid,Version=v10.0), because xamarin target .net standard
, but OpenPop.NET is supports: - net20 (.NETFramework,Version=v2.0) or - net40 (.NETFramework,Version=v4.0), So we cannot install OpenPop.NET
to xamarin. forms.
You can open an feature request for this needs in github of xamarin.
https://github.com/xamarin/Xamarin.Forms/issues
Best Regards,
Leon Lu
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.