T
Tarran
Hi All,
With C#; how can I Extract the SMTP email address from an Exchange recipient
without using redemption?
I'm looping through each recipient and want to extract the smtp address when
its and exchange address.
------
foreach (MSOutlook.Recipient objItem in mailItem.Recipients){
// check for smtp address
}
------
All help is appreciated,
Kind Regards,
Tarran
With C#; how can I Extract the SMTP email address from an Exchange recipient
without using redemption?
I'm looping through each recipient and want to extract the smtp address when
its and exchange address.
------
foreach (MSOutlook.Recipient objItem in mailItem.Recipients){
// check for smtp address
}
------
All help is appreciated,
Kind Regards,
Tarran