EWS APIで会議主催者のメールアドレスを取得したい。現在、予定アイテムのいくつかのプロパティを取得しています。取得したいプロパティを設定できると聞きました。私のコードは次のようになります。
CalendarView cview = new CalendarView(start, end);
cview.PropertySet = new PropertySet(BasePropertySet.FirstClassProperties);
FindItemsResults<Appointment> appResults = calenFolder.FindAppointments(cview);