This probably sounds complicated, but it works, all except my question here.
For one method of "email backup" at our small business, I've made use of journaling in Exhange Online. Here's the full path:
Once we moved to Microsoft 365 Online Exchange, I lost that ability initially until I found that I could setup journaling in 365. So I set that up, sent to a non-microsoft email account used ONLY for this purpose. I setup Outlook to pull all the messages from the journal email account into a PST file on our network.
Now, I can "see" the From and To names in the Outlook main window, but if I open a message, it just shows something like "MicrosoftExchangea35s1f351d3f5a135f1....@ our full long microsoft domain name" + "on behalf of " + email sender name + <email sender address>.
This is a problem for rules, b/c rules doesn't find the correct addresses any longer.
Is there some way in VBA I can find this information? It's obviously there, but I have no way how to tell Outlook VBA where to find it.
Thanks for any suggestions
For one method of "email backup" at our small business, I've made use of journaling in Exhange Online. Here's the full path:
- Individual email messages to/from employees in their on Inboxes.
- All email activity for entire company is also journaled to a non-microsoft email account
- I then pull all email messages down via Outlook and remove from the journal email account, and archive as a backup.
Once we moved to Microsoft 365 Online Exchange, I lost that ability initially until I found that I could setup journaling in 365. So I set that up, sent to a non-microsoft email account used ONLY for this purpose. I setup Outlook to pull all the messages from the journal email account into a PST file on our network.
Now, I can "see" the From and To names in the Outlook main window, but if I open a message, it just shows something like "MicrosoftExchangea35s1f351d3f5a135f1....@ our full long microsoft domain name" + "on behalf of " + email sender name + <email sender address>.
This is a problem for rules, b/c rules doesn't find the correct addresses any longer.
Is there some way in VBA I can find this information? It's obviously there, but I have no way how to tell Outlook VBA where to find it.
Thanks for any suggestions