G
Guest
This question concerns either Outlook 2000 or 2003, and is a bit complicated
so I'll explain it as best I can.
My company is attempting to gather information from the Public Folders of
our Exchange server using an ADO Query. However, we need information from
documents within sub-folders under the Public Folders, which requires another
query for each Public Folder found. Obviously this script does not scale
well due to the number of queries necesarry, so we were hoping we could speed
up the query by somehow storing the information from the documents that we
need as properties or attributes of the Public Folders themselves, thus the
single folder query is all we would need to gather the necessary information.
Does anyone know if this is possible and if so, how to do it? These
properties or attributes would have to be programatically modifiable so they
could change as the documents are updated.
Thanks for any help you can provide!
- Jason Kallelis
so I'll explain it as best I can.
My company is attempting to gather information from the Public Folders of
our Exchange server using an ADO Query. However, we need information from
documents within sub-folders under the Public Folders, which requires another
query for each Public Folder found. Obviously this script does not scale
well due to the number of queries necesarry, so we were hoping we could speed
up the query by somehow storing the information from the documents that we
need as properties or attributes of the Public Folders themselves, thus the
single folder query is all we would need to gather the necessary information.
Does anyone know if this is possible and if so, how to do it? These
properties or attributes would have to be programatically modifiable so they
could change as the documents are updated.
Thanks for any help you can provide!
- Jason Kallelis