P
Patriot
Hello,
I am assigned to replace an old Web application (written by some
contractors) with new asp.net application.
The current application has an integration to Lotus Notes to send
email and record in-coming email to the its database. To do this, they
have some ActiveX to open Lotus Notes windows to handle out going
messages and in Lotus Notes they also use Lotus Script (similar to VB)
to handle incoming messages.
To send messages from the application, the application will activate
Lotus Notes windows and populate the mail form with data from the
application (Recipients, Subjects, Body text, attachment....). Then
the users will either fill out some more text in the body and/or other
fields and click Send to send the message.
With incoming messages, they have to write some Lotus Script (or VB
codes) to use the ActivateX COM object and pass data (Sender, Body
text...) to the COM object, pass control to the web application, show
the data in the web form and the user will save the record or fill out
some more data before saving.
What is it available for me to tackle this problem as I don't see
Microsoft Visual Studio have ActiveX template?
Thank you.
I am assigned to replace an old Web application (written by some
contractors) with new asp.net application.
The current application has an integration to Lotus Notes to send
email and record in-coming email to the its database. To do this, they
have some ActiveX to open Lotus Notes windows to handle out going
messages and in Lotus Notes they also use Lotus Script (similar to VB)
to handle incoming messages.
To send messages from the application, the application will activate
Lotus Notes windows and populate the mail form with data from the
application (Recipients, Subjects, Body text, attachment....). Then
the users will either fill out some more text in the body and/or other
fields and click Send to send the message.
With incoming messages, they have to write some Lotus Script (or VB
codes) to use the ActivateX COM object and pass data (Sender, Body
text...) to the COM object, pass control to the web application, show
the data in the web form and the user will save the record or fill out
some more data before saving.
What is it available for me to tackle this problem as I don't see
Microsoft Visual Studio have ActiveX template?
Thank you.