Do the items have the same EntryID as before the Blackberry did whatever it
did? If so set all your references to that item to null (Nothing) and that
should release all your references to it after closing it.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Ok,
>
[quoted text clipped - 14 lines]
>
> Marcus
marcus.lambert@gmail.com - 28 Feb 2007 18:57 GMT
Ken
Yes this is what I am have been trying to do,
am doing a
objMailItem.Close (olDiscard)
Set objMailItem = Nothing
Then re-getting
Set objNewMailItem =
g_olApp.GetNamespace("Mapi").GetItemFromID(stEntryId)
and then trying to re apply my userproperties and trying to save
again ...
It still fails ... with the same error ?
Marcus
Ken Slovak - [MVP - Outlook] - 28 Feb 2007 19:41 GMT
Then something else is holding that item open or you have a reference you're
not releasing. If the Blackberry software is holding the item open there's
not much you can do about it.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Ken
> Yes this is what I am have been trying to do,
[quoted text clipped - 15 lines]
>
> Marcus