As a longtime Microsoft Outlook specialist with hands-on experience in enterprise IT environments, I've relied on command-line switches to streamline workflows, troubleshoot issues, and unlock hidden features. These 25 switches can transform your Outlook 2016 experience, saving time on routine tasks.
The command line might seem daunting at first, but it's a powerful ally for efficient Outlook management. Whether fixing glitches or accelerating daily operations, mastering these switches delivers real productivity gains.
The simplest way to use these switches is via the Run dialog—a quick, one-line command launcher. Windows veterans know the drill: press Windows Key + R or search for "Run" in the Start menu.

Enter outlook.exe [switch] in the Open field and hit Enter. For context on command tools, see Command Prompt vs. Windows PowerShell: What's the Difference?
These switches speed up email creation, perfect for automation. Start a new message:
outlook.exe /c ipm.noteAdd a recipient:
outlook.exe /c ipm.note /m admin@989214.com
Attach a file (omit /c as /m implies email):
outlook.exe /m admin@989214.com /a "C:\Mis documentos\deathstarplans.pdf"
For font tweaks, check How to Edit Email Fonts and Formatting in Microsoft Outlook. Spot risky attachments via How to Spot a Dangerous Email Attachment.
Swap the item type after /c:
/c ipm.contact - New contact./c ipm.stickynote - New note./c ipm.task - New task./c ipm.appointment - New appointment./c ipm.activity - New journal entry.Explore tasks in How to Use Outlook for Simple Tasks and Project Management.
System admins love these for decluttering without launching the app. Clear AutoComplete:
outlook.exe /cleanautocompletecacheOther cleaners (swap after outlook.exe /):
cleancategories - Reset custom categories to defaults.cleanrules - Delete client-based rules.cleanrules "server" - Target server-based rules (Exchange-specific).cleanrules "both" - Remove client and server rules.cleanreminders - Clear and regenerate reminders.resetviews - Restore default views.Avoid common pitfalls from 10 Silly Windows User Mistakes That Really Happened.
Launch specific files directly, bypassing your inbox. MSG or OSS files:
outlook.exe /f "filename.msg"Use /hol for .hol files, /ics for .ics calendar invites.
No file path? Launch the Advanced Find tool:
outlook.exe /finder
Manage inbox chaos with Let Outlook Rules Manage Your Email Inbox.
Start Outlook with targeted behaviors to shave seconds and multitask:
outlook.exe /nopreviewDisable reading pane and add-in customizations:
outlook.exe /safeOpen a specific folder:
outlook.exe /select inboxAuto-process new meeting requests from inbox to calendar:
outlook.exe /checkclientRecover from crash (restore prior profile/folders):
outlook.exe /recoveryReuse an existing Outlook window:
outlook.exe /recycleMeeting agendas: 15 Best Meeting Agenda Templates for Microsoft Word.
These 25 switches demystify the command line for Outlook pros. Build on this with emoji tools, network commands, or Windows shortcuts—see related guides.
The command line empowers advanced control. Share your favorite Outlook switches in the comments below!