How to open MS- outlook 6 in Progress9.1D-ADM2 Environment?

Posted by sridevi.stalin on 05-Feb-2008 03:35

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?

All Replies

Posted by Admin on 05-Feb-2008 03:44

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.

Posted by sridevi.stalin on 05-Feb-2008 05:04

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.

Posted by Admin on 05-Feb-2008 05:17

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

This thread is closed