I would like to show a region within the Outlook meeting invitation dial开发者_开发技巧og where the details of all meetings that conflict with the current meeting are listed. I believe I have all the code except to sense when an item in the Inbox is of type meeting. The form region is created in the Mail.IPM. I have tried both the MeetingItem and AppointmentItem types with no success. What item type should I be looking for ? Btw, writing code in C#.
Meeting request are of type IPM.Schedule.Meeting.Request
.
精彩评论