Dump Messages from Multiple Accounts into Same PST

  • Thread starter Thread starter David H
  • Start date Start date
D

David H

I've got my personal Outlook setup to grab messages from two different email
accounts. Everything is fine with sending & receiving, however I'd like to
have the messages all dumped into the same PST folder.

I checked TOOLS > ACCOUNTS > View/Change Existing Email Accounts and have
confirmed that the both accounts are set to deliver email to my Personal
Folders file. However, neither one is.

One is a IMAP/SMTP the other is MAPI.
 
Because of the nature of the IMAP protocol and the Outlook Connector, they
each require their own data store. You can mix several POP3 accounts into a
single pst-file though.
 
David said:
I've got my personal Outlook setup to grab messages from two different email
accounts. Everything is fine with sending & receiving, however I'd like to
have the messages all dumped into the same PST folder.

I checked TOOLS > ACCOUNTS > View/Change Existing Email Accounts and have
confirmed that the both accounts are set to deliver email to my Personal
Folders file. However, neither one is.

One is a IMAP/SMTP the other is MAPI.

- All POP and Exchange accounts are merged into one message store.
- Each IMAP account gets its own message store.
- Each HTTP/DAV (or HTTP/Deltasync using Outlook Connector) gets its own
message store.
- Each message store gets its own .pst file.
 
Next question does the Application_NewMail event fire regardless of the Inbox
with new mail. (Yes, I'm thinking about writing something that automatically
moves mail.)
 
Back
Top