AppointmentItem's lable color in public folder on exchange server.

  • Thread starter Thread starter Sudhir...
  • Start date Start date
S

Sudhir...

hi,

I am trying to update the AppointmentItem's label using C# and ExMAPI. Its
working well for local folders but the label's color is not getting updated
in case of the public (shared) folders on exchange server.

How can i update the label's color of AppointmentItem on exchange server?

Thanks

Sudhir
 
Answered also in the VSTO group, please do not multi-post.

If you have the correct rights to the public folder it should work the same
way as with a mailbox folder. Are you getting a valid MAPIFolder object for
that public folder? Any exceptions being thrown?

You do know that Extended MAPI is not supported for use with managed code?
 
Back
Top