Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I believe the From and SMPT server only need to be specified if the user has
not set up an email account. See Ron DeBruin's site on sending with CDO. http://www.rondebruin.nl/cdo.htm Mike F "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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Bypass: A program is trying to send mail using Item.Send prompt | Excel Discussion (Misc queries) | |||
Send e-mail | Excel Discussion (Misc queries) | |||
Send e-mail | Excel Programming | |||
Send e-mail with CDO | Excel Programming | |||
Send Mail | Excel Programming |