View Single Post
  #2  
Old February 7th 06, 01:06 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Programming changes to XML properties

See http://www.outlookcode.com/threads.a...4&messageid=19 for sample code that uses XML techniques to traverse nodes.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Ray Jackson" Ray wrote in message ...
I want to create vba code that modifies the categories in a calendar view
filter for outlook 2003.

I was expecting categories to be somewhere in the object structure as an
object property but it seems thay are buried in the XML property. Searching
for advice on XML turns up lots of articles on how to edit XML by hand but I
want to do it programmatically.

Are there a set of routines somewhere that simplify the task of modifying
properties buried in the XML property of an object?

Alternatively is there some other way to modify these properties such as the
categories in a view filter?

Ads