Hi all !
Can you tell me about how to open Outlook using Qt in window
thanks
Hi all !
Can you tell me about how to open Outlook using Qt in window
thanks
You can use QProcess.
Alternatively, if you want to open the users standard mail client (which might be Thunderbird for example instead of Outlook), take a look at QDesktopServices
Bookmarks