Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个简单的插件;这会在会议正文中添加一些文本。现在我想要实现的是,当组织者更新会议时,插件应该将更新发送给所有与会者;与主办方的选择无关。
有没有办法在 VSTO C# 插件中做到这一点。在 EWS 中,您可以使用
appointment.Save(SendInvitationsMode.SendToAllAndSaveCopy);
使用AppointmentItem.ForceUpdateToAllAttendees财产。
AppointmentItem.ForceUpdateToAllAttendees