Question : Outlook 2003 POP3 account continues to download duplicate messages

I have 1 POP3 account configured in outlook 2003 small buss ed SP3, and it continues to download all messages over and over, after its finished sending/receiving it will start downloading the same messages again.  I have the option set to leave messages on the server and to delete them when I delete them from deleted items.. I've tried a repair, I've tried a complete uninstall/reinstall along with all patches and services packs for office..

any ideas?

Answer : Outlook 2003 POP3 account continues to download duplicate messages

Delete this

if exists (select * from dbo.mydatabase where id = OBJECT_ID(N'[dbo]. [new_table]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[new_table]
GO

Add this

if object_id('dbo.new_table') is not null
drop table [dbo].[new_table]
GO
Random Solutions  
 
programming4us programming4us