We’re changing from Notes mail to Exchange/Outlook 2007 mail. We’ve got an application that accesses Outlook via MAPI. Unfortunately, it fails here:
' Create MAPI session
Set objSession = CreateObject("MAPI.Session")
as the object is not created. From lots of Googling, we’ve found that MAPI is no longer installed when Exchange/Outlook 2007 is installed. We’ve since installed Microsoft’s Collaboration Data Objects 1.2.1 with no joy.
The Notes client was uninstalled and reinstalled after loading Exchange and Outlook 2007.
Apparently, I created a false herring. The CDO objects is needed - the problem was with the vendor’s code. Once fixed, we’re communicating from Notes to Exchange.
I’m new to lotus notes, I have a new requirement from my client side, ie., From ‘Lotus Notes Application R6.5.2’ I need to pull the email content & attachment from ‘Outlook 2007’ mailbox and create a document in LN DB.
Can you pls suggest how to achieve this?
How to use MAPI in LN and to connect Outlook?
I would be grateful if u send me the code, thanks in advance.
Note: Here we have only LN application server not the LN mail server.