September 11th, 2009 01:28 AM
Thanks for the replies. I have already checked Outlook Redemption. As far as I know, it cannot be used to display outlook message items.
I will explore more about Outlook Redemption/POPMail VB6...
September 10th, 2009 01:00 AM
@dglienna
Yes. That is what I meant. The app loses it's outlook object when user closes outlook started outside the app.
@George1111
App X can create Outlook 2003 object when it's up and...
September 9th, 2009 02:44 AM
@George1111
I am adding the reference. Infact, the outlook object gets created if I initialize it at the beginning of the large application (say X). The problem comes only if I initialize the...
September 8th, 2009 01:38 AM
Hello,
We have a large VB6 application in our enterprise which normally occupies ~30 MB of RAM.
We have some simple outlook automation in the application, which opens a new message window.
Code...