What's the Appointment "Label"

R

Randy Harris

In Outlook 2003 Calendar event there is a field called "Label" - it can
contain things like (Business, Personal, Vacation, etc). What property for
the AppointmentItem contains that information? Is there anything equivalent
in Outlook 2000?
 
S

Sue Mosher [MVP-Outlook]

It's Outlook 2002/2003 only, and not exposed in the Outlook object model. You have to use CDO or Redemption to get to the relevant MAPI property. See http://www.outlookcode.com/codedetail.aspx?id=139 for sample code.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
R

Randy Harris

Sue, you're amazing. Thank you very much.


It's Outlook 2002/2003 only, and not exposed in the Outlook object model.
You have to use CDO or Redemption to get to the relevant MAPI property. See
http://www.outlookcode.com/codedetail.aspx?id=139 for sample code.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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