M
Martin Los
I want to calculate the avergae response time of my emails.
How?
1. Check mailbox where email was received (INBOX):
a. Determine unique number to identify email
(objMailItem.EntryID)
b. Determine time e-mail was received (accessing the
property "objMailItem.ReceivedTime").
2. Check mailbox where answered email is stored (OUTBOX):
a. Goto item (looking for objMailItem with EntryID = 1a)
b. Determine the time the e-mail was answered (accessing
the property "objMailItem.SentOn").
Calculate response time as 2b - 2a.
Any ideas about VBA code?
TIA
Martin
How?
1. Check mailbox where email was received (INBOX):
a. Determine unique number to identify email
(objMailItem.EntryID)
b. Determine time e-mail was received (accessing the
property "objMailItem.ReceivedTime").
2. Check mailbox where answered email is stored (OUTBOX):
a. Goto item (looking for objMailItem with EntryID = 1a)
b. Determine the time the e-mail was answered (accessing
the property "objMailItem.SentOn").
Calculate response time as 2b - 2a.
Any ideas about VBA code?
TIA
Martin