View Single Post
  #1  
Old August 24th 06, 10:38 AM posted to microsoft.public.outlook.program_addins
Rui Feng
external usenet poster
 
Posts: 1
Default How to use CDO to delete copy of messages on POP3 Server?

Hi all.

My Outlook 2003 retrieves emails from a POP3 server. I set to "Leave a copy
of messages on the server" and "Remove from server when deleted from
'Deleted Items'". I wrote a COM Add-in using VC++ 6.0

When recieved a new mail from certain sender, I can catch the
ItemAdd event and use CDO Message-Delete() to permanently delete that
new email. But the email has not been deleted from the POP3 server.

I guess there is a looking-up table in Outlook. When I delete an Email in
"Deleted Items Folder", Outlook find ID of that email and set a value. It
uses that value to notify the POP3 server next time to delete corresponding
email
with the same ID on the server.

I think maybe CDO doesn't tell Outlook that "an email was deleted and please
tell
POP3 Server to delete the copy when connected next time".

Is that true and how to solve it? If you can do it using other programming
language
like VB please tell me anyway.

Thank you. :-)

--------
Beijing, China

Ads