Appointment Labels

  • Thread starter Thread starter Chuck Walker
  • Start date Start date
C

Chuck Walker

I am creating an app that uses a number of Calendar folders located in
Public Folders. I have edited the labels on an appointment in one of the
folders which stays for all new appointments created in this folder.

What I am looking for is how to programmatically change the labels in the
other folders so that they are the same.

Thanks for a quick response.
 
The user's customizations of the label text are stored in the 0x36DC0102
property tag on the calendar folder itself. This is a binary property whose
structure is not documented. Each calendar folder can have its own list of
labels. So, one approach (which I haven't tried and therefore have no sample
code for) would be to use CDO create that property on the target folder and
set the value.
 
Back
Top