Hi Dick,
Wow, so it is possible that 2 emails arrive at the same time. The reason
I'd like to use it is this - we are having contractors send in their
timesheets via e-mail (roughly 300) each week. I'm sure the following will
happen - someone sends in their timesheet, then later realized they screwed
up, and therefore they'll resend. My current code grabs all attachments and
consolidates then onto one sheet for Supervisor approval. In the previous
example, someone will have 2 submittions. I wanted to use the timestamp to
help the Supervisors choose which one to reject and which one to approve.
(the assumption being the last one received is the one to use).
But I guess the possibility exists that of the 300 e-mails coming in each
week, 2 do show up at the exact same time.
So that being said, and my ignorance for this level of coding, can you help
me? The appendage to the end of the time would be nice if 2 e-mails arrive
at the same time. So is it easy to append my code to save the file name as
the ReceivedTime (plus possibly the end # appendage)??
Thanks Dick!!