Is there a way of reading Hotmail emails using Xamarin Forms?

Stewart 106 Reputation points
2021-01-12T12:21:39.877+00:00

Hi gurus,

Is there a way of reading Hotmail emails using Xamarin Forms?

I looked at Xamarin.Essentials and it appears that this library covers sending emails.
https://learn.microsoft.com/en-us/dotnet/api/xamarin.essentials.email?view=xamarin-essentials

thankyou
Stew

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,296 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Leon Lu (Shanghai Wicresoft Co,.Ltd.) 68,656 Reputation points Microsoft Vendor
    2021-01-12T14:09:55.053+00:00

    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.

    0 comments No comments