C
Charles198802
Guest
We found that when we call some Outlook Object Model COM interfaces, an exception will be thrown. If our program does not catch this exception, it will cause the program to crash, such as PropertyAccessor.SetProperties and AppointmentItem.GlobalAppointmentID. But most interfaces will not throw exceptions, we found that PropertyAccessor.SetProperties in the microsoft outlook development document has an exception description while the AppointmentItem.GlobalAppointmentID interface has no exception description, which confuses us a lot. Does Microsoft have a function list or documentation to mark which Outlook Object Model APIs may throw exceptions? We are looking forward to Microsoft's feedback.Thank you very much!
Continue reading...
Continue reading...