Hi,
I'm writing some C# code to view/add/edit AppointmentItems in Microsoft Outlook 2007. I'm accessing a secondary calendar (MAPIFolder) and I would like to programmatically change the color of the calendar. Is that possible?
Thanks in advance ...
Hi,
I'm writing some C# code to view/add/edit AppointmentItems in Microsoft Outlook 2007. I'm accessing a secondary calendar (MAPIFolder) and I would like to programmatically change the color of the calendar. Is that possible?
Thanks in advance ...
Appointments in Outlook are colored, not calendars. Colors are set based on the Categories assigned to the appointment, so I think using AppointmentItem.Categories would allow you to set the color applied to the appointments you create.