outlook-form

Exchange ItemID differs from GlobalAppointmentID for Outlook AddIn

早过忘川 提交于 2019-12-10 13:47:08
问题 The problem I'm having is that the GlobalAppointmentID of a Outlook Appointement created using a Outlook FormRegion differs from that of the ItemID when using EWS Managed API. I'm creating an Outlook addIn that allows users to add customer and project information to a meeting. The addIn also stores the appointment ID and meeting data in a database and a service will periodically check the ID to update the appointment data. Ok so here is how I use the AddIn: Outlook.AppointmentItem

change outlook MailItem icon

依然范特西╮ 提交于 2019-12-06 01:35:27
问题 I'm developing an outlook 2010 addin that exports the emails to a specific locations when an user clicks a button from the menu. This part is not a problem, but I need also to change the MailItem icon-pictogram if the export was successful. I tried to look for solutions, but I only get that I need to use form regions , but I didn't find a true helpful solution. Any ideas how should I use this form regions?! I finished the add-in and everything seems to work perfect when debugging from VS 2010

change outlook MailItem icon

こ雲淡風輕ζ 提交于 2019-12-04 06:22:29
I'm developing an outlook 2010 addin that exports the emails to a specific locations when an user clicks a button from the menu. This part is not a problem, but I need also to change the MailItem icon-pictogram if the export was successful. I tried to look for solutions, but I only get that I need to use form regions , but I didn't find a true helpful solution. Any ideas how should I use this form regions?! I finished the add-in and everything seems to work perfect when debugging from VS 2010. I also created an installer, but after installing the application the Outlook won't display my icons