0

Can someone show me how to set-up an auto reply for one day a week every week? using Outlook 2010. Basically we have some employees that only work certain days of the week and I want them to have an out of office on those days every week.

EDIT: It is for one day every week. Above answer is not what I am looking for as it doesn't allow for a specific day of the week every week. The rules that is. You can only have a date range and not one every Friday for example.

Dino
  • 123

1 Answers1

2

It seems indeed that time of the day is not possible to do through UI of Outlook, but you need rather to write custom VBA script. Here is the answer for the custom VBA script: How do I set up Outlook to send a auto reply during a certain hour of the day every day?

UPDATE: There is also a workaround for this if you do not want to write any VBA scripts, check out this post here: How to set auto-replies for certain days in Microsoft Outlook?

Maksim Luzik
  • 373
  • 5
  • 17