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.
需要创建、更新和删除 Outlook 约会的逻辑流程
我可以使用 C# 在 Outlook 中创建约会,但现在我想使用 C# 更新或删除约会。
我必须使用EntryId吗?
但是如何使用此更新或删除或建议我更新和删除约会的正确方法。
Microsoft.Office.Interop.Outlook.AppointmentItem 有一个 Delete 方法和一个 Save 方法。
请参阅:http: //msdn.microsoft.com/en-us/library/microsoft.office.interop.outlook.appointmentitem_methods (v=office.14).aspx