email disappears from Outlook 2019

0

I am setting up a new computer with Outlook 2019. I still have my old computer with Outlook 2007 on it. When I receive an email it shows up on the new computer with Outlook 2019 until the older computer with the Outlook 2007 receives the email at which time the email disappears from the new Outlook 2019. Why is this happening and how can I fix this problem?

Dave

Posted 2019-09-26T04:41:40.133

Reputation: 1

1Do you have the same account configured as IMAP / Exchange on the new system and POP3 on the old one? – user1686 – 2019-09-26T04:59:37.463

My Outlook 2007 shows POP/SMTP and my Outlook 2019 shows IMAP/SMTP – Dave – 2019-09-27T00:26:48.310

I changed my Outlook 2007 to IMAP and it seemed to fix the problem. – Dave – 2019-09-27T01:03:27.193

Thank you very much. – Dave – 2019-09-27T01:04:15.197

Answers

0

As you discovered, the older Outlook system has the mailbox configured to retrieve mail using POP3.

POP3 is a basic "download and delete" protocol without any feedback to the server – it doesn't support marking mail as read, using folders, etc. It's designed to store all messages on your computer and deletes them from the server.

For multiple clients to synchronize their state, all of them need to be using IMAP.

user1686

Posted 2019-09-26T04:41:40.133

Reputation: 283 655