R
RS
I gather data from incoming emails. Sometimes, two emails can be referencing
the same request and I can tell that by the subject line. Is it possible to
pick up data from both emails into one record while going thru the mailbox.
eg. Email 1 has Name
Email 2 has the address
both of them have same subject line.
I want my record to show name and address.
Email 3 can have name and address in it.
How do I construct the loop so it checks if 2 email have same subject line
then pick data up from both emails.
Thanks Much.
the same request and I can tell that by the subject line. Is it possible to
pick up data from both emails into one record while going thru the mailbox.
eg. Email 1 has Name
Email 2 has the address
both of them have same subject line.
I want my record to show name and address.
Email 3 can have name and address in it.
How do I construct the loop so it checks if 2 email have same subject line
then pick data up from both emails.
Thanks Much.