My work has just upgraded our phone system to be able to make calls directly from Outlook.
If I don't have any open emails then this works (copy number to clipboard first):
#p::
RunOrActivate("outlook.exe")
send {alt}xcg
SendRaw %clipboard%
Send {enter}
exit
The phone call feature is an Add-In in Outlook. Is there a way I can call the main outlook window and not an open email? Perferably a way that also doesn't open an extra instance of Outlook.
Thanks.
RunorActivate
function. Can you add that code as well? Also, are there any differences in the window titles of an email and the main Outlook window? – Elliot DeNolf