Multiple responses and tracking unread emails

M

mlevenson

If a person responds multiple times with different voting choices, what is
tracked under the Outlook message tracking tab (all replies, the first reply,
the last reply)?

Is there a way to automatically send e-mail only to those people that have
not voted? How will we follow up with those people that haven't voted?
 
S

Sue Mosher [MVP-Outlook]

It's either the last or the first. I don't recall which, but a little testing should tell you.

It would be possible to write VBA code to loop through the Recipients collection on the original item in your Sent Items folder, check the Recipient.TrackingStatus property for each one. That will tell you who responded and with what vote.
 
Top