5 pts.
 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.

Software/Hardware used:
ASKED: July 2, 2009  2:33 PM
UPDATED: September 30, 2009  1:12 PM

Answer Wiki:
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 Wiki Answer Submitted:  July 3, 2009  9:56 pm  by  SlikTool   1,830 pts.
All Answer Wiki Contributors:  SlikTool   1,830 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Any luck on getting this working ShanC?

 10 pts.