outlook-2007-addin

Remove Exceptions from a Series

浪子不回头ぞ 提交于 2021-02-19 02:39:12
问题 I have a series in Outlook with a few exceptions. What I would like to do is remove all exceptions from this series. Does anyone know if there is a way to do this? Since the exceptions list is read-only I have tried clearing the recurrence pattern and re-applying all of the values sans the exceptions list like this: Dim tRType As OlRecurrenceType Dim tRPSD As Date Dim tRPED As Date Dim tST As Date Dim tET As Date Dim tOcc As Integer Dim tInterval As Integer tRType = oAppointmentItem

is it possible to delete an email from outlook or outlookexpress programatically?

时光总嘲笑我的痴心妄想 提交于 2019-12-12 04:23:07
问题 I want to know if it is possibel to create a COM component to monitor emails commin into Outlook 2007? I mean I just want to develop an addin kind of component which when loaded to Outlook should monitor the emails. Monitoring emails in the sense, is it possible to note the from email? and perfom some action such as delete that email? Can anyone plese let me know the interfaces that I need to use? cosidering anything like c#,vc++ anything at all, where we can develop a COM component Any help

Outlook 2007 Add-In, LoadBehavior changing to 0

冷暖自知 提交于 2019-12-06 00:27:47
问题 I'm developing an add-in for Outlook 2007 (VSTO 4.0, .Net 4.0). Whenever I install on the target machine using an msi all registry settings are correctly set and I can see the add-in listed under the installed add-ins. However, it is listed under inactive and whenever I go to manage the com add-ins and check the box to enable it, it does not stay checked. I checked the registry setting and the load behavior has changed from 3 to 0, so I close outlook, change it back to 3 and start outlook