Hi.
[Outlook 2003 - SP2]
I create a new appointment with this code:
Dim AI As AppointmentItem
Set AI = ThisOutlookSession.CreateItem(olAppointmentItem)
Subject, body, start, duration,... can be set very easily
A manualy new appointment also includes a field called "Label" where
color-settings can be done (e.g. None, Important, Business, Personal, ...).
But I can't find any expression for the AppointmentItem to set this label.
Is it possible to set this coloring though VBA?
Or will I have to change the color manually later after?
Thanks
Michi
Archived from group: microsoft>public>office>developer>outlook>vba