Not only closing/discarding viewed items but all, which seems to solve locked elements issues
This commit is contained in:
parent
dc4e65e23e
commit
11ad89dcce
@ -387,7 +387,7 @@ namespace Outlook2013TodoAddIn
|
|||||||
this.apptCalendar.ShowWeekNumbers = this.ShowWeekNumbers;
|
this.apptCalendar.ShowWeekNumbers = this.ShowWeekNumbers;
|
||||||
this.apptCalendar.UpdateCalendar();
|
this.apptCalendar.UpdateCalendar();
|
||||||
|
|
||||||
lstItems.ToList().ForEach(i =>
|
appts.ToList().ForEach(i =>
|
||||||
{
|
{
|
||||||
i.Close(Outlook.OlInspectorClose.olDiscard);
|
i.Close(Outlook.OlInspectorClose.olDiscard);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user