I've the Applicant Screen for Human Resource management system Application that is in Progress9.1D-ADM2 environment.
from that screen, I've to open outlook express to send email for purticular person.
how can I so this?
I don't think Outlook Express has a public API to send email from an external application. You can however use the full Outlook (that is part of MS Office) to send mail. See http://www.oehive.org/node/484 for info.
Thank you so much for the sample coding
and I've used "CREATE "outlook.application.11" choutlook NO-ERROR." instead of 9.
even I've some Error. I'll try to solve that, if not I'll ask again.
Another option is MAPI: http://www.oehive.org/node/483
Or smtpmail - which talks directly to the smtp server (that might be an exchange server or almost any other internet mail server) from http://www.freeframework.org