Family Encyclopedia >> Work

25 Essential Outlook 2016 Command-Line Switches Every Power User Needs

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.

Getting Started with Run Commands

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.

25 Essential Outlook 2016 Command-Line Switches Every Power User Needs

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?

Quickly Compose and Send Emails

These switches speed up email creation, perfect for automation. Start a new message:

outlook.exe /c ipm.note

Add a recipient:

outlook.exe /c ipm.note /m admin@989214.com

25 Essential Outlook 2016 Command-Line Switches Every Power User Needs

Attach a file (omit /c as /m implies email):

outlook.exe /m admin@989214.com /a "C:\Mis documentos\deathstarplans.pdf"

25 Essential Outlook 2016 Command-Line Switches Every Power User Needs

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.

Create Other Outlook Items

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.

Outlook Cleanup Switches

System admins love these for decluttering without launching the app. Clear AutoComplete:

outlook.exe /cleanautocompletecache

Other 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.

Open Files and Advanced Search

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

25 Essential Outlook 2016 Command-Line Switches Every Power User Needs

Manage inbox chaos with Let Outlook Rules Manage Your Email Inbox.

Smart Ways to Launch Outlook

Start Outlook with targeted behaviors to shave seconds and multitask:

outlook.exe /nopreview

Disable reading pane and add-in customizations:

outlook.exe /safe

Open a specific folder:

outlook.exe /select inbox

Auto-process new meeting requests from inbox to calendar:

outlook.exe /checkclient

Recover from crash (restore prior profile/folders):

outlook.exe /recovery

Reuse an existing Outlook window:

outlook.exe /recycle

Meeting agendas: 15 Best Meeting Agenda Templates for Microsoft Word.

Level Up Your Command-Line Skills

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!