NS Outlook Synchronization Handler missing OSendMail

mfabianmfabian Member Posts: 187
Configuration: Nav 2009, SP1 on Windows 7

Automation "NS Outlook Synchronization Handler" lists the following classes:

Classes
OApplication
OAppointment
OAppointments
OAttachment
OAttachments
OContact
OContacts
OInboxItem
OInboxItems
ORecipient
ORecipients
OTask
OTasks

As you can see, the important OSendMail is missing, which makes it impossible to compile cu397 as intended.

I know, that OLHandler.dll is only a wrapper and I can use directly the 'Microsoft Outlook 12.0 Object Library'.MailItem class.

Did someone else come accross this problem?
With best regards from Switzerland

Marcus Fabian

Comments

  • vaprogvaprog Member Posts: 1,139
    Have you tried to re-register OLHandler.dll? Or maybe even better to do a repair installation of Dynamics NAV.
  • mfabianmfabian Member Posts: 187
    I installed cu5064 from Nav 5.0
    Version NAVW15.00.01
    This codeunit works like a charme as it uses the original Microsoft CDO 1.21 Library rather than the faulty Navision Attain wrapper.
    With best regards from Switzerland

    Marcus Fabian
Sign In or Register to comment.