Skyshadow5
Technical User
Desperately looking for a VBA solution to a tedious manual task.
I have a requirement to count the number of emails received in a shared mailbox folder, note the date and time it was received, and then note the date and time of the reply so I can get a measure of the time taken to reply to an email. This needs to be done in 7 differently named folders of a shared mailbox.
Ideally I'd like to export the data into an Excel s/sheet with column headers:
These three fields from the senders email:
From
Subject
Date / time (sent/received)
These four fields from the reply:
From [always the same set email address]
To
Subject
Replied (date / time)
In the eighth column will be a calculation to evaluate the time between receipt of email and response to email allowing me to find out quickest, slowest and average response times.
Big ask I know, hopefully someone already does something like this and has a ready made solution, thanks.
Clive
I have a requirement to count the number of emails received in a shared mailbox folder, note the date and time it was received, and then note the date and time of the reply so I can get a measure of the time taken to reply to an email. This needs to be done in 7 differently named folders of a shared mailbox.
Ideally I'd like to export the data into an Excel s/sheet with column headers:
These three fields from the senders email:
From
Subject
Date / time (sent/received)
These four fields from the reply:
From [always the same set email address]
To
Subject
Replied (date / time)
In the eighth column will be a calculation to evaluate the time between receipt of email and response to email allowing me to find out quickest, slowest and average response times.
Big ask I know, hopefully someone already does something like this and has a ready made solution, thanks.
Clive