reads outlook mailbox

07 Aug 2019 15110 views 0 minutes to read Contributors

In one of our projects we needed to analyze email stored in outlook or office365 mailbox. We have written this utility in VBA that helped us do the job.

 Download this macro enabled spreadsheet: InboxCalculatorV3

Purpose

VBA script reads outlook mailbox. Read outlook mail (you can specify which folder to process) into excel for further pivotting.

Results

The results are written into Excel cells. You can adjust what is read and how it is written into Excel. Results of VBA script[/caption]

VBA script reads outlook mailbox

Simple and generic sourcecode to connect to an outlook mailbox (local or office365) and read mail.

The sourcecode is free of use. Adjustments or improvements are always welcome. If you need support just leave a comment in this post.

Report a Bug

In this article