What's the Appointment "Label"

  • Thread starter Thread starter Randy Harris
  • Start date Start date
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?
 
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
 
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
 
Back
Top