Using exchange web services to get the required attendees of a calendaritem? c#
问题 I am trying to get the required attendees of a meeting which I got using the exchange web service. Any ideas? I think I need to use CalendarItemType, but I'm not sure how to implement it. Here is my code so far: foreach (var wrk in Workers) { TimeWindow timeWindow = new TimeWindow(startDate, endDate); AvailabilityData requestedData = AvailabilityData.FreeBusy; List<AttendeeInfo> attendees = new List<AttendeeInfo>(); attendees.Add(new AttendeeInfo(wrk.EmailAddress)); GetUserAvailabilityResults