Sending an email from specific account through Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have an access module to send emails through Outlook.
All works well, but now I want to choose which is the SENDING account
through the program...

How do I do that? How do I sent the SENDING account in my program rather
than have it use the Default Account?

Thank You!
 
Outlook does not expose any account related functionality. In case of
Exchange, use the SentOnBehalfOfName property, in case of SMTP you can set a
couple of named properties to fake the sender name. See
http://www.dimastr.com/redemption/faq.htm#14 (Extended MAPI/CDO
1.21/Redemption required).

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top