Appointment Label

C

CMPS

I'm trying to set the appointment item label programatically using VBA and
MS-Access. I can not find it in the class/members list of the Object Browser.
Does anyone know if it is an available member and what it is called?

Thanks.
 
S

Sue Mosher [MVP-Outlook]

In versions before Outlook 2007, it's available only through lower-level APIs like CDO 1.21. See http://www.outlookcode.com/codedetail.aspx?id=139 for a code sample.

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

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