J
juvi
Hello,
I want to get the next calendar appointment's subject.
Microsoft.WindowsMobile.Status and Microsoft.WindowsMobile.PocketOutlook are
referenced but when I use this I get null reference exception:
Appointment N_App = SystemState.CalendarNextAppointment;
MessageBox.Show(N_App.Subject);
thx for any help
I want to get the next calendar appointment's subject.
Microsoft.WindowsMobile.Status and Microsoft.WindowsMobile.PocketOutlook are
referenced but when I use this I get null reference exception:
Appointment N_App = SystemState.CalendarNextAppointment;
MessageBox.Show(N_App.Subject);
thx for any help