You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
I try to compose an email message in a UWP application, but an error is thrown. On Android the same code works as expected.
Steps to Reproduce
Start the reproduction app
click on Send Email
See the error in the output
Expected Behavior
Either create an Email with the default Email app or offer a dialog to select the email app to use.
Actual Behavior
Excpetion is thrown:
System.ArgumentException: Value does not fall within the expected range.
at Xamarin.Essentials.Email.PlatformComposeAsync(EmailMessage message)
at App1.Business.Class1.SendEmail()The program '[30188] App1.exe' has exited with code -1 (0xffffffff).
Bug report best practices: Submitting Issues
Description
I try to compose an email message in a UWP application, but an error is thrown. On Android the same code works as expected.
Steps to Reproduce
Expected Behavior
Either create an Email with the default Email app or offer a dialog to select the email app to use.
Actual Behavior
Excpetion is thrown:
Basic Information
Screenshots
Reproduction Link
App1.zip