我正在开发一个 Outlook 插件,我正在尝试将一个 UserProperty 添加到一个约会项。但是我第一次得到 UnauthorizedAccessException。当我第二次调用该方法时,它可以工作,并且 UserProperty 已成功添加到约会中。我更改了属性的名称后出现了问题。在添加此属性之前,我是否必须以某种方式注册该属性或执行其他操作?
Appointment.AddCustomProperty(AppointmentItem, "CRMConKat", OlUserPropertyType.olText, cat.katName)