• Outlook User
  • New Outlook app
  • Outlook.com
  • Outlook Mac
  • Outlook & iCloud
  • Developer
  • Microsoft 365 Admin
    • Common Problems
    • Microsoft 365
    • Outlook BCM
    • Utilities & Addins

How to change the Out of Office message subject

Slipstick Systems

› Exchange Server › How to change the Out of Office message subject

Last reviewed on December 4, 2018     24 Comments

I had two questions asking how to change the Out of Office Subject field. The subject of the initial message, usually Autoreply: [subject], can't be changed, you can send a more informative automatic reply to some users using Autoreply rules (they'll get the default autoreply and the custom message).

The first question:

We have Exchange 2010 installed on a French Windows server and the subject field on the Out of Office messages are in French. How do we set it to English?

You can change the subject line (and more) by running the Set-Mailbox cmdlet:
Set-Mailbox -Identity "mailbox name" -Languages en-US

See Set-Mailbox for more information on the parameters available in the Set-Mailbox cmdlet.

Out of Office (Automatic Reply) Rules

The second question was from a user who wanted to customize the subject on the Out of Office messages she sends.

To change the subject used for the automatic reply messages, you need to set up an Out of Office reply rule that uses a template.

Open the Automatic replies dialog and click Rules (in the lower left).
Click the Rules button

Click Add Rule.
Create a new rule

Then enable Reply with and click Template.
Choose reply using template
Add the subject and message body to the template then click Save and Close.

If you want to restrict the message to certain senders, messages with specific subjects, or other conditions, enter this information at the top of the Edit Rule dialog. Leaving the condition fields blank will apply the rule to all messages received.

How to change the Out of Office message subject was last modified: December 4th, 2018 by Diane Poremsky
Post Views: 137

Share this:

  • Share on Facebook (Opens in new window) Facebook
  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Mastodon (Opens in new window) Mastodon
  • Email a link to a friend (Opens in new window) Email

Related Posts:

  • Use Automatic reply rules without sending an Out of Office message
  • Send Out of Office Replies with Outlook.com, POP, or IMAP accounts
  • 'Have server reply' rule is not using 'reply-to' address
  • Using Out of Office Replies

About Diane Poremsky

A Microsoft Outlook Most Valuable Professional (MVP) since 1999, Diane is the author of several books, including Outlook 2013 Absolute Beginners Book. She also created video training CDs and online training classes for Microsoft Outlook. You can find her helping people online in Outlook Forums as well as in the Microsoft Answers and TechNet forums.

Comments

  1. pedro says

    April 8, 2020 at 1:45 am

    thanks haha haha haha haha haha

    Reply
  2. Drew Byrd says

    September 4, 2017 at 9:29 pm

    Has outlook done away with the "Rules" function? In the automatic replies settings, I don't see it anywhere. Really frustrating not being able to get creative with my subject line.

    Reply
    • Diane Poremsky says

      September 6, 2017 at 12:59 am

      I still have the rules option in my Outlook desktop.

      Are you using outlook on the web or on the desktop? The new beta hides the options dialog - you need to go to Calendar then into options.

      Reply
      • zarina says

        April 2, 2019 at 12:27 am

        hi, i;m using outlook web. i cannot find the Rules function too. do u know where i can set it via outlook web?

      • Diane Poremsky says

        April 2, 2019 at 9:09 am

        In Outlook on the web, it's in Settings (Gear icon) > view all settings > Rules.

  3. earvin says

    April 5, 2017 at 4:20 am

    Dear all, I don't like the fact in the automatic reply that the dates set in the boxes above are not automatically inserted in the message. Like every time you set your out of office you need to make sure that you have also changed the date in the message.

    So far I have not found how to auto insert these dates using vba/script.

    Any idea ? Thanks community

    Reply
    • Diane Poremsky says

      April 6, 2017 at 11:34 am

      OOF is not exposed in the object model, so it is not accessible by simple VBA. However, you can use Redemption to make changes - http://dimastr.com/redemption/RDOOutOfOfficeAssistant.htm - I don't have any usable code samples of my own that use it though. (I will add it to my to-do list.)

      Reply
      • Rebecca Dono Healy says

        January 13, 2020 at 2:35 pm

        Did you ever tackle this project. I've tried several times and I can't manage to save a custom template for specific to OOF Assistant. (It could be a policy set by the Exchange manager). That aside, I have attempted to create several workaround templates because as you noted the xml fields are not exposed in the object model. I would think this is a feature other people would want, you essentially have to enter the same set of dates 3 times.: 1 to trigger the Assistant, and then in the internal and external form. I'm not sure I want to dig into redemption since I'm locked out at the template level. Any advice?

        Thanks, Rebecca

      • Diane Poremsky says

        January 13, 2020 at 4:52 pm

        I have a working macro that sets the date and message but i can only update the message and enable OOF - it does not work with rules or other advanced out of office settings.

        https://www.slipstick.com/developer/redemption-enable-automatic-replies/

  4. Thomas says

    May 11, 2016 at 6:13 am

    Hello, i´ve changed the lanugage to en-ca but it doesn´t work. In front Comes always german : Automatische Antwort. Do i Need to install something like language packs for the Exchange?

    Reply
    • Diane Poremsky says

      May 12, 2016 at 12:41 pm

      You changed the language in OWA? If so and it's not working, what version of Exchange do you use?

      Reply
      • Thomas says

        May 13, 2016 at 3:47 am

        I´ve changed the language in OWA and with the cmdlet also (should be the same i think) We use Exchange 2010 sp3ur11. i dont know excatly if i installed the languages during Setup of Exchange. Are they needed for this?
        I have to Setup 4 languages.. FR,DT,En-CA,En-GB. All languages are set on the Exchange Mailboxes and displayed correctly.

      • Thomas says

        August 8, 2016 at 2:25 am

        Hello Diane, do you know a resolution for this?

      • Diane Poremsky says

        August 8, 2016 at 12:34 pm

        You ran the cmdlet to change it on the mailbox?
        Set-Mailbox -Identity "user" -Languages en-US

      • Thomas says

        August 10, 2016 at 6:44 am

        Yes, i did run and checked it also in cmd and Owa. Both are correct with en-CA, but the autoreply is still in German :(

      • Thomas says

        May 25, 2016 at 6:28 am

        I´d changed it in OWA and console(should be the same i think). We use Exchange 2010 SP3

  5. Gina says

    May 2, 2016 at 12:07 pm

    I set this up some time ago and now can't get rid of it. IOW, When my auto reply is sent, it also sends the template that merely has the subject line "traveling on business" which isn't always the case. Can you help me make it go away?

    Reply
    • Diane Poremsky says

      May 3, 2016 at 12:37 am

      This is with an exchange server mailbox? Follow the 3 steps to get into the dialog shown in the 3rd screenshot on the page - is the subject set there?

      If you aren't using Exchange, check the 'vacation reply' feature for your web access account.

      Reply
      • Casey Jarrell says

        May 12, 2016 at 11:45 am

        I am using exchange and have the same problem with two emails now being sent.

      • Diane Poremsky says

        May 12, 2016 at 12:39 pm

        You have two out of office messages being sent? There is an option is out of office to also send a reply - its based on rules. click Rules in the OOF dialog.

        Also check your regular rules in the Rules Wizard. Is there a rule setup to send messages?

  6. Isaias says

    September 29, 2015 at 3:23 pm

    does Outlook need to be running for this rules to apply? are the rules client side?

    Reply
    • Diane Poremsky says

      September 29, 2015 at 3:56 pm

      As long as the rules don't say 'client side', then no, it does not need to be running.

      Reply
  7. Al B says

    August 18, 2015 at 11:25 am

    I tried this but it did not work. Does there need to be a setting on the exchange server? I am using Outlook 2013.

    Reply
    • Diane Poremsky says

      August 19, 2015 at 12:20 am

      If the subject is in the wrong language, the admin will need to run the Set-Mailbox cmdlet to change it. Otherwise, you are limited to using the rules condition to use a specific subject for follow-up messages. You can't change the subject of the initial autoreply message.

      Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Visit Slipstick Forums.
What's New at Slipstick.com

Latest EMO: Vol. 31 Issue 8

Subscribe to Exchange Messaging Outlook






Support Services

Do you need help setting up Outlook, moving your email to a new computer, migrating or configuring Office 365, or just need some one-on-one assistance?

Our Sponsors

CompanionLink
ReliefJet
  • Popular
  • Latest
  • Week Month All
  • Deleting Auto-Complete Entries No Longer Works
  • Use Classic Outlook, not New Outlook
  • How to Remove the Primary Account from Outlook
  • How to Hide or Delete Outlook's Default Folders
  • Disable "Always ask before opening" Dialog
  • Change Outlook's Programmatic Access Options
  • Adjusting Outlook's Zoom Setting in Email
  • Removing Suggested Accounts in New Outlook
  • Reset the New Outlook Profile
  • Understanding Outlook's Calendar patchwork colors
  • Deleting Auto-Complete Entries No Longer Works
  • Sync Issues and Errors with Gmail and Yahoo accounts
  • Error Opening iCloud Appointments in Classic Outlook
  • Opt out of Microsoft 365 Companion Apps
  • Mail Templates in Outlook for Windows (and Web)
  • Urban legend: Microsoft Deletes Old Outlook.com Messages
  • Buttons in the New Message Notifications
  • Move Deleted Items to Another Folder Automatically
  • Open Outlook Templates using PowerShell
  • Count and List Folders in Classic Outlook
Ajax spinner

Recent Bugs List

Microsoft keeps a running list of issues affecting recently released updates at Fixes or workarounds for recent issues in classic Outlook (Windows).

For new Outlook for Windows: Fixes or workarounds for recent issues in new Outlook for Windows .

Outlook for Mac Recent issues: Fixes or workarounds for recent issues in Outlook for Mac

Outlook.com Recent issues: Fixes or workarounds for recent issues on Outlook.com

Office Update History

Update history for supported Office versions is at Update history for Office

Outlook Suggestions and Feedback

Outlook Feedback covers Outlook as an email client, including Outlook Android, iOS, Mac, and Windows clients, as well as the browser extension (PWA) and Outlook on the web.

Outlook (new) Feedback. Use this for feedback and suggestions for Outlook (new).

Use Outlook.com Feedback for suggestions or feedback about Outlook.com accounts.

Other Microsoft 365 applications and services




New Outlook Articles

Deleting Auto-Complete Entries No Longer Works

Sync Issues and Errors with Gmail and Yahoo accounts

Error Opening iCloud Appointments in Classic Outlook

Opt out of Microsoft 365 Companion Apps

Mail Templates in Outlook for Windows (and Web)

Urban legend: Microsoft Deletes Old Outlook.com Messages

Buttons in the New Message Notifications

Move Deleted Items to Another Folder Automatically

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Newest Code Samples

Open Outlook Templates using PowerShell

Count and List Folders in Classic Outlook

Insert Word Document into Email using VBA

Warn Before Deleting a Contact

Use PowerShell to Delete Attachments

Remove RE:, FWD:, and Other Prefixes from Subject Line

Change the Mailing Address Using PowerShell

Categorize @Mentioned Messages

Send an Email When You Open Outlook

Delete Old Calendar Events using VBA

Repair PST

Convert an OST to PST

Repair damaged PST file

Repair large PST File

Remove password from PST

Merge Two Data Files

Sync & Share Outlook Data

  • Share Calendar & Contacts
  • Synchronize two computers
  • Sync Calendar and Contacts Using Outlook.com
  • Sync Outlook & Android Devices
  • Sync Google Calendar with Outlook
  • Access Folders in Other Users Mailboxes

Diane Poremsky [Outlook MVP]

Make a donation

Mail Tools

Sending and Retrieval Tools

Mass Mail Tools

Compose Tools

Duplicate Remover Tools

Mail Tools for Outlook

Online Services

Calendar Tools

Schedule Management

Calendar Printing Tools

Calendar Reminder Tools

Calendar Dates & Data

Time and Billing Tools

Meeting Productivity Tools

Duplicate Remover Tools

Productivity

Productivity Tools

Automatic Message Processing Tools

Special Function Automatic Processing Tools

Housekeeping and Message Management

Task Tools

Project and Business Management Tools

Choosing the Folder to Save a Sent Message In

Run Rules on messages after reading

Help & Suggestions

Submit Outlook Feature Requests

Slipstick Support Services

Buy Microsoft 365 Office Software and Services

Visit Slipstick Forums.

What's New at Slipstick.com

Home | Outlook User | Exchange Administrator | Office 365 | Outlook.com | Outlook Developer
Outlook for Mac | Common Problems | Utilities & Addins | Tutorials
Outlook & iCloud Issues | Outlook Apps
EMO Archives | About Slipstick | Slipstick Forums
Submit New or Updated Outlook and Exchange Server Utilities

Send comments using our Feedback page
Copyright © 2026 Slipstick Systems. All rights reserved.
Slipstick Systems is not affiliated with Microsoft Corporation.