V
vincent.y.chan
Hi,
I was wondering if anyone could help me out. I have an outlook 2003
addin and it requires me to get the user's email address. To get that
value, I used "addressEntry.Fields(&H39FE001E)" to retrieve it but
here is the problem. For certain clients, I'm getting strange
values. I have provided an example below. The FromName value equals
to the user name and the fromemailaddress value is the user's email
address that i'm trying to get
FromName: John Doe. (617) FromEmailAddress: 617
FromName: Bob Smith FromEmailAddress: Bob Smith
Here's what I'm looking for:
FromName: John Smith FromEmailAddress: (e-mail address removed)
Any help would be appreciated. Unfortunately, I'm not sure why when I
use "addressEntry.Fields(&H39FE001E)", I'm getting values other than
the email address.
thanks,
Vincent
I was wondering if anyone could help me out. I have an outlook 2003
addin and it requires me to get the user's email address. To get that
value, I used "addressEntry.Fields(&H39FE001E)" to retrieve it but
here is the problem. For certain clients, I'm getting strange
values. I have provided an example below. The FromName value equals
to the user name and the fromemailaddress value is the user's email
address that i'm trying to get
FromName: John Doe. (617) FromEmailAddress: 617
FromName: Bob Smith FromEmailAddress: Bob Smith
Here's what I'm looking for:
FromName: John Smith FromEmailAddress: (e-mail address removed)
Any help would be appreciated. Unfortunately, I'm not sure why when I
use "addressEntry.Fields(&H39FE001E)", I'm getting values other than
the email address.
thanks,
Vincent