Appointment Labels

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

Sue Mosher [MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top