DeletedItems properties not supported

G

Graham

I am having a problem with catching deleted items (in order to sync a
users calendar with a public calendar). I am monitoring the
deleteditems folder using a mcolDeletedItems_ItemAdd(ByVal Item As
Object) construct, but I have run into a rather strange problem. I can
discover the subject of the deleted item by using Item.Subject, but if
I try to discover any more information than the subject (for example
Item.Start), then Outlook says that "the object does not support that
property or method".

Just before the item was added to the deleted items folder it was
perfectly possible to return the start time/duration etc from the
object, does anyone know why it is not possible once the item has been
moved?

thanks,

g
 
S

Sue Mosher [MVP-Outlook]

Check the Class property first to determine what kind of item it is.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top