Share via


Event Reliability

Topic Last Modified: 2006-11-29

Both synchronous and asynchronous event notifications are reliable under normal conditions. That is, no notification is skipped on an event. However, if there is a failure in the store, Microsoft® Exchange might call your event method multiple times. For example, Exchange might shut down after three of five event notifications have been invoked. When Exchange restarts, the three previous event notifications might or might not be invoked a second time. An event method that fails after being notified will not be notified again for that specific event.