views:

552

answers:

1

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 ...

A: 

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.

NetMage