Eric Rasanayagam
Eric Rasanayagam

Reputation: 1

Working with meeting invitations in the Inbox

I would like to show a region within the Outlook meeting invitation dialog 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#.

Upvotes: 0

Views: 325

Answers (1)

76mel
76mel

Reputation: 4043

Meeting request are of type IPM.Schedule.Meeting.Request.

Upvotes: 0

Related Questions