Make sure there are no outstanding references to the appointment or any of
its subobjects (attachments, etc).
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
> Whenever I try and delete a recurring appointment item using
> IMAPIFolder::DeleteMessages() it fails with this error:
[quoted text clipped - 13 lines]
> has a "tested" (or documented) answer that would be appreciated
> though, and safer than me just trying something new.
Eric - 29 Jan 2004 15:23 GMT
Thanks, in this case it ended up being that I was using PR_RECORD_KEY
by mistake, instead of PR_ENTRYID, to try and delete the item. With
Exchange folders those two keys are very similar, and it slipped past
me in the debugger, until I switched over to a non-exchange folder and
noticed what I thought was the entryid was only 4 bytes long =)
> Make sure there are no outstanding references to the appointment or any of
> its subobjects (attachments, etc).
[quoted text clipped - 21 lines]
> > has a "tested" (or documented) answer that would be appreciated
> > though, and safer than me just trying something new.