Skip to content

Instantly share code, notes, and snippets.

@ajkessel
Last active January 1, 2026 09:22
Show Gist options
  • Select an option

  • Save ajkessel/0124db8cf957a9591e604df18236dba8 to your computer and use it in GitHub Desktop.

Select an option

Save ajkessel/0124db8cf957a9591e604df18236dba8 to your computer and use it in GitHub Desktop.
; this example uses alt-c to toggle the conversation view, customize the keystroke as desired
; see https://gist.github.com/ajkessel/b382d5bb63dc5b9b17dc7f2ee8f9789f for ClickAllmailboxes.ahk
#Requires AutoHotkey v2.0
#SingleInstance force
!c:: {
Run 'ClickAllmailboxes.ahk'
Outlook := Outlook ?? ComObjActive("Outlook.Application")
Outlook.ActiveExplorer.CommandBars.ExecuteMso('ShowInConversations')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment