OutlookAppointmentToEventParser.ParseMeetingUID(AppointmentItem& appointmentItem) :System.Runtime.InteropServices.COMException (0x8004010F)

  • Thread starter Thread starter ADOUNI-R
  • Start date Start date
A

ADOUNI-R

Guest
HI,

I need some help with outlook Add-in , I am working on plugin for outlook to do the synchronization (Agenda and contact) with OBM

I create the setup project .MSI , I run it after that when I try to create Appointment or meeting I got this ERROR :

2020-09-28 17:02:01,344 [VSTA_Main] ERROR OBMOutlookConnector.Log - La propriété « http://schemas.microsoft.com/mapi/id/{6ED8DA90-450B-101B-98DA-00AA003F1305}/00030102 » est inconnue ou introuvable.
System.Runtime.InteropServices.COMException (0x8004010F): La propriété « http://schemas.microsoft.com/mapi/id/{6ED8DA90-450B-101B-98DA-00AA003F1305}/00030102 » est inconnue ou introuvable.
at Microsoft.Office.Interop.Outlook._PropertyAccessor.GetProperty(String SchemaName)
at Linagora.OBMOutlook2007.Core.Parsers.OutlookAppointmentToEventParser.ParseMeetingUID(AppointmentItem& appointmentItem

I don't know what exactly the problem and when I create Appointment pop up of

warning show (Microsoft outlook désolé un problème est survenu vous pouvez réessayer )

Version of outlook is 2016

I don't have lots of knowledge about development c# some help will be nice

Continue reading...
 
Back
Top