special tag value &H66310102 
Author Message
 special tag value &H66310102

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.



Sun, 02 Mar 2003 00:05:11 GMT  
 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.



Tue, 04 Mar 2003 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. special tag value

2. Special Form Tag

3. Illegal use of Null Values !^&*$@^&*^$&*

4. Value single line text box with variable containing special characters

5. Get value from Special Field

6. problem with sql server string values containing special chars

7. Finding CLSID values of special folders.

8. Writing a checkbox value to Form.tag

9. Tag ID values

10. How to get Tagged Values from a UML diagram

11. Getting UML tagged values from VBA

12. Setting tag value on newly added treenode?

 

 
Powered by phpBB® Forum Software