gavin5
Joined: 18 Feb 2008 Posts: 1
|
Posted: Fri Feb 22, 2008 8:36 pm Post subject: Email recipient question |
|
|
Hi,
I've set up a channel with multiple email accounts. When an email is received, my application has to know which email account it was received by in order to process it appropriately. I can use objMessage.Recipient to determine the account that received the email. However, this poses a problem if somebody sends an email to multiple recipients on the "To:" line. Then the objMessage.Recipient field shows all recipients, not just my account.
Is there an easy way to work around this to extract just my email address that received the message?
Thanks! |
|