Get own addresses

  • Thread starter Thread starter dorutzu
  • Start date Start date
D

dorutzu

Hi,

Could you please tell me how do I get(programatically :) all the
e-mail addresses I have in Outlook under "E-mail Accounts" (my own
addresses)?

Thanks,
Doru
 
You can't. You can get the default address using
Namespace.CurrentUser.Address, but all other addresses are not
programmatically accessible. Even Extended MAPi won't help as the IMAIL
provider (POP3/SMTP) is not MAPI based.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
one more question: is it possible to send e-mails via another address
then the default one, programatically? and if yes, how?

thanks,
doru
 
Back
Top