How do I retrieve email message body content that supports dark mode from microsoft graph api

86 Views Asked by At

I am trying to use microsoft graph API to build my email client app using xamarin.forms for both android and ios. My apps support dark theme. Graph API is giving me the Html result for the body content and the styles are only light mode supportive.

Is there a way to get email message body content that supports dark mode ?

0

There are 0 best solutions below