XADM: Replying to a Meeting Request by Means of an Exchange Server Script Causes Unnecessary Reminders to Be Generated (303654)



The information in this article applies to:

  • Microsoft Exchange 2000 Server

This article was previously published under Q303654

SUMMARY

If you have an event script configured to run on the Inbox that replies to all messages submitted, you may get unnecessary reminders to meeting requests. When the event script replies to a meeting request, the reply message is inserted into the Reminders folder in the mailbox, causing unnecessary reminders to be generated.

MORE INFORMATION

To avoid this problem, you can modify the script by adding the following line of code before the reply message is submitted (assuming that the reply message is objMsgReply):
objMsgReply.fields(AmPidReminderSet)= FALSE
				

Modification Type:MinorLast Reviewed:6/5/2003
Keywords:kbinfo KB303654