C#C
C#3y ago
Thalnos

✅ open Mail and start phone call from c# app

I was asked to add a feature to WPF app which shall open default mail client and phone client under certain circumstances. I wonder if starting Processes using "mailto:" and "tel:" URLs is a suitable approach for this? what else could I do? I saw there is a SmtpClient type but it seems to be obsolete and I couldn't find any c# type for phone calls. Is "tel:" and "mailto:" URLs the way to go?
Was this page helpful?