The information in this article applies to:
SYMPTOMSWhen you use the Exchange Scripting Agent to accept or decline meeting requests programmatically, the following line of code might return a Message object instead of a MeetingItem object:
For example, if you use AutoAccept script, the following log might be added
into the script log when a meeting item (that is, a meeting request or
meeting response) arrives:
CAUSE
The Event Scripting Agent might be using an earlier version of CDO library.
In this case, the Class property of the Message object returns 3 (for a
Message) instead of 26 (for an AppointmentItem).
RESOLUTION
Follow these steps to resolve the problem:
STATUSThis behavior is by design. MORE INFORMATIONTo see what version of CDO that the Event Scripting Agent is using, use the Version property of the Session object (EventDetails.Session.Version). Additional query words:
Keywords : kbActMsg kbCDO kbCDO110 kbXchge550 kbMsg |
Last Reviewed: September 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |