1
私は予定(oAppoint)を作成し、それを別のカレンダー(交換ではなく、私のもの)に移動するC#アプリを持っています。 func() display()
を使用すると、カレンダーにあるoAppointオブジェクトが表示されます。予定表を予定表に表示するにはどうすればいいですか?展望の予定のカレンダーを表示
oAppoint.Move(newCalFolder);
oAppoint.Save();
oAppoint.Display(); // display the appointment item at the calendar I moved it to (? how ?)
はあなたにエリックをありがとう! – user6404839