Contacts/Deleted Items

B

Bernd Dieterle

Hi together,

I add and delete contacts with a VisualFoxpro application.
When I delete a contact it will be found in the folder deleted items.

Can someone tell me how to find (serach) and delete this contact also in the
folder deleted items ?

All contacts have a special id in the JobTitle-filed with witch they can be
identified.
It would also be possible to delete them by category.


With best regards
Bernd
 
S

Sue Mosher [MVP-Outlook]

A simpler approach would be to move the contact to the deleted items folder,
then delete the moved contact. If objDI is your Deleted Items folder:

Set objMovedItem = objContact.Move(objDI)
objMovedItem.Delete
 

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