• Home
  • About
  • Blog
  • Training
  • Books
  • Contact
    • Email
    • Facebook
    • Twitter
    • RSS

Practical 365

  • Office 365
  • Exchange 2019
  • Exchange 2016
  • Exchange 2013
  • Hybrid
  • Certificates
  • PowerShell
  • Migration
You are here: Home / Exchange Server / How to Restore the Forgotten Attachment Warning in Outlook on the Web

How to Restore the Forgotten Attachment Warning in Outlook on the Web

July 7, 2016 by Paul Cunningham 1 Comment

Outlook on the Web (what used to be called OWA) has a useful feature that checks an email you're about to send, and if it contains words that indicate that there should be a file attached to the message, will warn you that nothing has been attached. It's very nice, and it's something we've all done once or twice or a few hundred times over the years, so I certainly appreciate the warning.

forgotten-attachment-check-01

Included in the warning is that tick box to tell Exchange “Don't show me this message again.” Obviously that tick box exists to cater to what is surely a small number of people who frequently mention words like “attachment” or “attached” without actually attaching anything to the email message, and therefore don't want to be nagged about it all the time. But of course, it also means that normal people are going to tick that box by accident, and then complain when “that warning that usually appears didn't show up and I accidentally sent an email without an attachment!”

Fortunately, the setting is controlled in the message configuration for the mailbox as an attribute named CheckForForgottenAttachments, which can be checked by running Get-MailboxMessageConfiguration.

1
2
3
[PS] C:\>Get-MailboxMessageConfiguration -Identity adam.wally@exchangeserverpro.net | Format-List CheckForForgottenAttachments
 
CheckForForgottenAttachments : False

Set the attribute back to True to re-enable the forgotten attachment check.

1
[PS] C:\>Set-MailboxMessageConfiguration -Identity adam.wally@exchangeserverpro.net -CheckForForgottenAttachments $true

The user may need to log out and in to Outlook on the Web, or at least do a refresh in their browser, for the setting to take effect again.

Paul Cunningham

Paul is a Microsoft MVP for Office Apps and Services and a Pluralsight author. He works as a consultant, writer, and trainer specializing in Office 365 and Exchange Server.

0 Shares

Exchange Server Exchange Online, Exchange Server, Outlook on the Web, OWA

Comments

  1. Ronald M says

    August 12, 2016 at 5:59 pm

    Great article as always. Never knew this command even existed 🙂

    Reply

Leave a Reply Cancel reply

You have to agree to the comment policy.

Recent Articles

  • How attackers bypass third-party mail filtering to Office 365
  • SharePoint 365 and Azure integration – Using Azure Monitor to retrieve and analyze telemetry
  • Create custom reports using the updated Teams PowerShell module
  • Privileged Access Management – Part Two
  • Should you upgrade to Exchange Server 2019?
Practical 365

Popular Articles

Managing Change in Office 365Managing Change in Office 365

Training Courses

  • Configuring and Managing Office 365 Security
  • Office 365 Admin Playbook
  • Exchange 2016 Exam 70-345
  • Managing Exchange Mailboxes and Distribution Groups in PowerShell
  • More Training Courses...

Recommended Resources

  • Office 365 Security Resources
  • Office 365 Books
  • Exchange Server Books
  • Exchange Server Migrations
  • Exchange Analyzer
  • Digicert SSL Certificates

About This Site

Practical 365 is a leading site for Office 365 and Exchange Server news, tips and tutorials. Read more...
  • Email
  • Facebook
  • Twitter
  • RSS

Copyright © 2018 Quadrotech Solutions AG · Disclosure · Privacy Policy
Alpenstrasse 15, 6304 Zug, Switzerland

We are an Authorized DigiCert™ SSL Partner.