c# - How does WebEx addin knows that it's a WebEx Appointment it's updating in Outlook? -
when cancel or modify appointment in outlook, how webex knows it's webex meeting?
- does use event handlers on appointmentitems , check webex footer?
- or there flag or property set on appointmentitem? (which don't think, @ least not without extending appointmentitem: https://msdn.microsoft.com/en-us/library/office/dn320241.aspx)
what i'm looking do: have our own server store our appointmentitems , can create appointment able update server when user updates or deletes appointment calendar. need know when it's appointment created using our addin, must update server changes , ignore if appointment created using other program or locally in outlook.
Comments
Post a Comment