View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Use CDO to send e-mail

Hi

There is code on this site to get the information from a Outlook or Outlook Express account
http://vbnet.mvps.org/


--
Regards Ron de Bruin
http://www.rondebruin.nl



"Rob" wrote in message ...
I'm sending email using CDO, and as far as I can tell I am forced to specify
either the 'From' or the 'Sender' property of the message. My application
will be used by multiple users, so I can't specify the address. I need the
sender of the e-mail to be the user's default e-mail address. How can I get
the address?
Thanks
Rob