I'm currently looking at options to replace a Com addin I had programmed to store sent and recieved emails. As MicroSoft has decided Com Add ins will no longer be supported with the new version of Outlook, I need an alternative. I don't do the programming myself, instead, a developer is attempting to convert the solution from Com add in to Web add in, and is so far drawing a blank due to the differing ways which the two allow the saving of the msg file and their format.
Whilst the developer wrestles with that challenge I need to understand what's possible as an alternative to fulfill the following steps when saving recieved emails, and saving emails that are sent, so if anyone can give advise on how I could automate the following steps I would really appreciate it:
Sending emails
Receiving emails
If someone can let me know if this is at all possible, and if they can point me to where I can learn/understand/get examples of how I could write this macro I'd appreciate it.
The new Outlook (Monarch) does not expose macros. Web addins is the only way you can programmatically interact with it.
The new outlook does not replace regular desktop Outlook, it is a replacement for Windows Mail and Windows Calendar. The Office suite and Outlook in particular are very much supported.