So I\'m creating Exchange (2007) Appointments with a given ICalUid:
var app = new Appointment(svc); app.ICalUid = id; app.Subject = \"Test Appointment\"; app
check the two FindAppointments methods of ExchangeService
FindAppointments
ExchangeService
http://msdn.microsoft.com/en-us/library/dd635918(v=exchg.80)
http://msdn.microsoft.com/en-us/library/dd633767(v=exchg.80)