
- MICROSOFT OUTLOOK 2016 CANNOT SEND THIS ITEM UPDATE
- MICROSOFT OUTLOOK 2016 CANNOT SEND THIS ITEM CODE
When I use the tool I can see that there is some kind of embedded attachment which I can remove. I found an article on hidden attachments and removing them with a tool called MFCMapi. I tried re-installing Office 2007 in case it was the client.

This issue can be reproduced by doesn't occur everytime and it seems to be only occuring for one person. The meeting goes out but it goes to everyone, and not just the updated or removed attendees. One this I noticed was when this error appears it prevents the "send updates to added or removed attendees only" diaglog box from appearing. The field you want to modify is not valid for this type of item"
MICROSOFT OUTLOOK 2016 CANNOT SEND THIS ITEM UPDATE
When they go to update the meeting attendees(add or remove)Īnd they click send update, the error pops up From what I can tell It's seems to only happen when the user tries to update a reccuring meeting. I am experiencing the exact issue with the steps outlined in this forum.

This.Shutdown += new System.EventHandler(ThisAddIn_Shutdown) This.Startup += new System.EventHandler(ThisAddIn_Startup)
MICROSOFT OUTLOOK 2016 CANNOT SEND THIS ITEM CODE
/ the contents of this method with the code editor. / Required method for Designer support - do not modify Void m_calendarItems_ItemAdd(object Item)ĭateTime endDate = (14) M_calendarItems.ItemAdd += new .ItemsEvents_ItemAddEventHandler(m_calendarItems_ItemAdd) M_calendarItems = m_calendarFolder.Items Private void ThisAddIn_Startup(object sender, System.EventArgs e) Private Outlook.Items m_calendarItems = null Private Outlook.Folder m_calendarFolder = null What is going wrong? How do I fix this? Thanks, public partial class ThisAddIn Repeat steps 9 and 10 until error occurs, it should occur after one or two attempts. Edit "subject" or "location" and click on "Send Update".ġ1.

Double click the appointment in the calendar and select "open the series"ġ0. Click on "Invite Attendees" and include yourself in the attendee list.ĩ. Select "End after 10 days" for the range of recurrenceħ. Select "Daily" for the recurrence patternĥ. The appointment should include subect and location.Ĥ. In tomorrow's date, create a recurring appointment. This code below causes the error dialog box to come up with "Cannot send this meeting request.
