View Single Post
  #3  
Old January 13th 09, 12:18 AM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default getting the e-mail address from internal Exchange user

I guess you mean the EX type address (as opposed to SMTP).
If you are using Outlook 2007, you can try to use
ExchangeUser.PrimarySmtpAddress property.
Otherwise you can use either Extended MAPI or plugRedemption - use
RDOMail.Sender.SmtpAddress property /plug.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Al_21_11" wrote in message
...
Hi

I am trying to get the e-mail address from external exchange user by using
SenderEmailAddress. But it is returning the folder directory for the user
account not the e-mail address. Does anyone know of another method?

thanks



Ads