Question:
Is there a way to send email from within anOracle Power Objects application?
Answer: There may also be an ActiveX interface for email that could be integratedwith OPO. Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.
There is not a native function to do this within OPO.However, you can use any external DLL with OPO by declaring functions inthe Declarations section of an application, so you could declarebasic email functions for MAPI or another protocol and use them in your app.






















