Gmail OAUTH2.0 support for UWP

Hi,
I’m evaluating Aspose.Email. I’m wondering if there is any built-in support for using gmail with OAUTH2.0 authentication for a Universal Windows Platform app. I found the sample code for GoogleOAuthHelper (Gmail Utility Features|Documentation) but that is using some APIs that are not available in UWP (e.g. Application.Run). I can try to adapt this for UWP, but if it is already available in Aspose, that will add much more value to the product for me.

@jeremy.nelson,

Aspose.Email doesn’t have anything specifically available for UWP and uses the standard OAuth method as shown in the article for communicating with Gmail.

Thank you for the reply. I guess I will need to write it myself. That’s a bummer.