Consider the following scenario:
- You create a meeting request in Microsoft Outlook.
- You configure Outlook not to send reminders. For example, you set the Reminder status to None in Microsoft Office Outlook 2007.
- You send the meeting request to a recipient.
- The mailbox for the recipient is hosted on Microsoft Exchange Server 2007 or Microsoft Exchange Server 2010.
In this scenario, a reminder is set to the default value of 15 minutes when the recipient receives the message.
To resolve this issue, follow the appropriate steps.
Exchange Server 2010- Start Notepad.
- Type the following in the Notepad file:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<storeDriver>
<parameters>
<add key="AlwaysSetReminderONAppointment" value="false" />
</parameters>
</storeDriver>
</configuration>
- In the File name box, type StoreDriver.config.
- In the Save as type box, click All Files.
- Save the file in the %ExchInstallFolder%\bin folder.
- Restart the Transport service.
- Repeat steps 1 through 6 on all Exchange 2010 servers that have the Hub Transport role.
Exchange Server 2007- Install the latest Exchange Server 2007 service pack on the Hub Transport servers. For more information about how to install the latest Exchange service pack or update rollup, visit the following TechNet website:
http://technet.microsoft.com/en-us/library/ee221180(EXCHG.80).aspx
(http://technet.microsoft.com/en-us/library/ee221180(EXCHG.80).aspx)
- Start Notepad.
- Type the following in the Notepad file:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<storeDriver>
<parameters>
<add key="AlwaysSetReminderONAppointment" value="false" />
</parameters>
</storeDriver>
</configuration>
- In the File name box, type StoreDriver.config.
- In the Save as type box, click All Files.
- Save the file in the %ExchInstallFolder%\bin folder.
- Restart the Transport service.
- Repeat steps 1 through 7 on all Exchange 2007 servers that have the Hub Transport role.
Microsoft
has confirmed that this is a problem in the Microsoft products that are listed
in the "Applies to" section.
For more information about the Exchange Server 2007 Support Lifecycle, visit the following TechNet website:
http://support.microsoft.com/lifecycle/?LN=en-us&p1=10926&x=11&y=10
(http://support.microsoft.com/lifecycle/?LN=en-us&p1=10926&x=11&y=10)