J
Jennifer
Hello,
I am having a problem creating a appointment item on the shared office
calendar that sits on an exchange server.
olFolder = olFolder.Folders.GetLast(); // returns the correct path to the
folder an the calendar: Public Folders\\All Public Folders\\SR Office
Calendar
Microsoft.Office.Interop.Outlook.AppointmentItem newAppointment;
newAppointment = (Outlook.AppointmentItem)olFolder.Items; ******Here is
where it falis. What should go here?
Thank you,
Jenn
I am having a problem creating a appointment item on the shared office
calendar that sits on an exchange server.
olFolder = olFolder.Folders.GetLast(); // returns the correct path to the
folder an the calendar: Public Folders\\All Public Folders\\SR Office
Calendar
Microsoft.Office.Interop.Outlook.AppointmentItem newAppointment;
newAppointment = (Outlook.AppointmentItem)olFolder.Items; ******Here is
where it falis. What should go here?
Thank you,
Jenn