5 pts.
Q:
Read Lotus Email in asp.net
Hi,
I need to read lotus emails in asp.net application. I need to get the attachement as well.
After then , the same should be exported to Sql server

Any help in vb.net coding would be greatly appreciated.
ASKED: Jul 2 2009  2:33 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
1270 pts.
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • Bookmark and Share
This could be achieved by using the COM interface into Domino from the ASP page. It would require that a Notes client be installed on the server however, as the ability to initialize a session is based on the Notes ID referenced in the Notes.INI on the server running the script (it can be Domino server as well - just so you know). Also, the ID has to have access to every Mail database you will access.

Another option is to reverse your plans, export it to SQL first (I would use the DECS product to do this, or something like it anyway) - then use ASP to pull it from SQL instead. Might be easier.

Mike Kinder
Last Answered: Jul 3 2009  9:56 PM GMT by SlikTool   1270 pts.
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Dranium   10 pts.  |   Sep 30 2009  1:12PM GMT

Any luck on getting this working ShanC?