As for the local failure:
**INCOMPLETE ATTENDEE with display name [no display name] and no email
address will be removed from the appointment**
this means that we're getting bad data when we parse this meeting request. It is an email because this is the invite of the meeting request (not the appointment). The ATTENDEE part of the .ics is probably hosed. So we can't do much with that.
As for Outlook not shutting down, when bad things happen, this is still a possibility. I guess you're running Outlook 2003, so a lot of times you can't do this in the UI, but in the registry, you could try going to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlo ok\Addins\ShutdownAddin.Addin, and make sure the LoadBehavior value is set to 3. If it's 2, that could be why you're not shutting down. |