V
VebKol
Hi
I'm facing problems getting SMTP address from Exchange sender mail address.
- Using Redemption
I have used this line to loop recipients
PrSMTPAddress = &H39FE001E
SMTPAddress =
utils.HrGetOneProp(MailItem.Recipients(t).AddressEntry.MAPIOBJECT,
PrSMTPAddress)
And everything is working fine.
But when I try to do the following :
PrSMTPAddress = &HC1F001E
SMTPAddress = utils.HrGetOneProp(MailItem.MAPIOBJECT, PrSMTPAddress)
for the Exchange sender, I only get address like this :
/O=server/OU=FIRST ADMINISTRATIVE GROUP/CN=RECIPIENTS/CN=name
for external senders the mail address is ok
Do any one have a clue ?
I'm facing problems getting SMTP address from Exchange sender mail address.
- Using Redemption
I have used this line to loop recipients
PrSMTPAddress = &H39FE001E
SMTPAddress =
utils.HrGetOneProp(MailItem.Recipients(t).AddressEntry.MAPIOBJECT,
PrSMTPAddress)
And everything is working fine.
But when I try to do the following :
PrSMTPAddress = &HC1F001E
SMTPAddress = utils.HrGetOneProp(MailItem.MAPIOBJECT, PrSMTPAddress)
for the Exchange sender, I only get address like this :
/O=server/OU=FIRST ADMINISTRATIVE GROUP/CN=RECIPIENTS/CN=name
for external senders the mail address is ok
Do any one have a clue ?