Quantcast
Channel: AutoHotkey Community
Viewing all articles
Browse latest Browse all 579

Ask for Help (v1) • Re: Mark emails as read in Outlook

$
0
0
An idea is below.

CODE:

#Requires AutoHotkey v1.1.33.11

#If WinActive("ahk_exe OUTLOOK.exe") && mouseOver("OutlookGrid1")
~RButton Up::
Sleep 200
Send k ; Mark as read
SoundBeep 1500
Return
#If

mouseOver(ctl) {
MouseGetPos,,,, overCtl
Return overCtl = ctl
}

Statistics: Posted by mikeyww — 6 minutes ago



Viewing all articles
Browse latest Browse all 579

Trending Articles