Forum Discussion
JeromeH625
Aug 26, 2024Copper Contributor
Email Program
I have been trying to stsrt doscussion on adding an email program to the Visual Studio IDe so that the IEmail interface can become functional in .Net Maui app. However I never see the postr for this...
JeromeH625
Aug 30, 2024Copper Contributor
I have created a .Net Maui application that generates a SQLite database file that I want to send to a coordinator by clicking a button. The coordinator's email address is entered and saved in another SQlite database along with other associated data to support sending an email to that person. I have incorporated the snipet that is supplied with the documentation provided by Microsoft on the IEmail interface on the web. This software compiles and the app runs but it generates an error message that wtates "Theres is no email program associated with this app to request this action". The solutions that are posted in the web are not acceptable for a user of my app to apply to their computer in order for it to function properly and send the email. So my question is why or when will Microsoft incorporate an email program within the IDE so that that the IEmail interface can function properly.
JeromeH625
Sep 01, 2024Copper Contributor
To expand, Visual Studio IDE should build the email program into the applicatioin so that if allows the IEmail interface to send an email to the intended party.
- jheiser3Oct 12, 2024Copper ContributorI don]t know if I am way off base here but what I am looking for is a function service built into the application that supports the IEmail interface and can send the email to the identified recpient. Does Microsoft intend to incorporate that service into the IDE?