N
no
I s it possible to write service that could use mapi or cdo to send mails
without user logged on onto server?
thanks!
without user logged on onto server?
thanks!
Depends on what you mean by "logged onto server"? What kind of server? If all you want to do is send messages, Extended MAPI and CDO 1.21 are not the best choices for API. CDO for Windows would be better.
Depends on what you mean by "logged onto server"? What kind of server? If all you want to do is send messages, Extended MAPI and CDO 1.21 are not the best choices for API. CDO for Windows would be better.
If you use client side CDO 1.21 (installed from the Office CD) you will get
security prompts. I would use server CDO 1.21 (installed when ESM is
installed) and use a mailbox profile logon that has permissions to SendAs
whatever email address you want to use.
There are samples of creating logons like that using CDO 1.21 at
www.cdolive.com/cdo5.htm.