
special tag value &H66310102
Works here on several different machines but you need to make sure that the
InfoStore is really the Public Infostore. Lots of people are using the
infostore collection and always assume that i.e. the first InfoStore of the
collection is always the public infostore which is not true. This can change
form machine to machine resp MAPI profile to MAPI profile. So I'd use the
code at http://www.cdolive.com/cdo5.htm which always worked for me .
--
Siegfried Weber
Microsoft Most Valuable Professional (MVP) - Exchange Server
Co-author of "Professional CDO Programming", Wrox Press 1999
CDOLive - The Premier Resource for Microsoft Collaboration Data Objects
http://www.cdolive.com
Please reply to the newsgroups so that others can benefit from the
discussion.
Questions by e-mail are discarded without further notice - filter active.
Quote:
> With ASP, the only way to acces public folders is to use the special tag
> value &H66310102
> So i use it
> In my environment this code line is OK:
> strPublicRootID = objInfoStore.Fields.Item(&H66310102).Value
> But it doesn't work every where. Is there a installation setting that i
have
> to set to make it works every times.