Skip to content

[Windows] Fix Essentials Email #10063

Merged
mattleibow merged 7 commits intomainfrom
fix-7826
Sep 28, 2022
Merged

[Windows] Fix Essentials Email #10063
mattleibow merged 7 commits intomainfrom
fix-7826

Conversation

@jsuarezruiz
Copy link
Copy Markdown
Contributor

Description of Change

Fix Essentials Email on Windows.

With the move from Xamarin.Forms to .NET MAUI has also moved from using UWP to WinUI for support on Windows where the APIs used to send email were not supported. To get our API working correctly (no exceptions), we move on to exposing and using the Win32 API (MAPI32.DLL).

Issues Fixed

Fixes #7826

@jsuarezruiz jsuarezruiz added t/bug Something isn't working platform/windows area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info labels Sep 12, 2022
@mattleibow
Copy link
Copy Markdown
Member

Can we file a bug in the WASDK so they can fix this? I believe this is a bug on their side.

@jfversluis
Copy link
Copy Markdown
Member

Can we file a bug in the WASDK so they can fix this? I believe this is a bug on their side.

#7826 (comment)

@jsuarezruiz
Copy link
Copy Markdown
Contributor Author

Can we file a bug in the WASDK so they can fix this? I believe this is a bug on their side.

microsoft/WindowsAppSDK#3433

@mattleibow mattleibow changed the base branch from net6.0 to main September 27, 2022 12:24
@mattleibow mattleibow merged commit 5265e85 into main Sep 28, 2022
@mattleibow mattleibow deleted the fix-7826 branch September 28, 2022 11:54
@github-actions github-actions bot locked and limited conversation to collaborators Dec 18, 2023
@samhouts samhouts added the fixed-in-7.0.0-rc.2.6866 Look for this fix in 7.0.0-rc.2.6866! label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info fixed-in-7.0.0-rc.2.6866 Look for this fix in 7.0.0-rc.2.6866! platform/windows t/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sending e-mail works in Android but not in Windows

4 participants