O2K7: Don't index store ?

  • Thread starter Thread starter Michael Tissington
  • Start date Start date
M

Michael Tissington

Is it possible to tell Outlook 2007 not to index a particular store by
setting a property on the store object or somthing similar ?
 
Ops, sorry. I missed that you posted this in the add-ins group. I
haven't looked at the Outlook 2007 OM at all. Maybe someone who has
(Ken?) can help you with this.

Patrick Schmid
--------------
http://pschmid.net

Thanks - but I asked if I could do this by setting a property on the store
object - I know how to do it using the GUI.
 
Since the indexer is not Outlook but WDS, there wouldn't be anything in the OUtlook object model for that. I haven't looked to see if there's a WDS 3.0 API.

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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Maybe, but WDS is obviously looking at the Outlook profile to find the
stores in the first place, so I think and hope there could still be some
sort of flag on the store (or in the profile).

--
Michael Tissington
http://www.oaklodge.com
http://www.sqlview.net

Since the indexer is not Outlook but WDS, there wouldn't be anything in the
OUtlook object model for that. I haven't looked to see if there's a WDS 3.0
API.

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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
If you look at Control Panel, Indexing Options, you'll see that WDS
seems to have only one entry for Outlook. Maybe you can find that GUID
in the registry and there is a way to modify what you are looking for
there?

Patrick Schmid
 
There is a new IsInstantSearchEnabled Boolean property, but it's read-only.
I don't see a way offhand of setting that property on a store by store
basis, even though the read-only property is store by store.




Since the indexer is not Outlook but WDS, there wouldn't be anything in the
OUtlook object model for that. I haven't looked to see if there's a WDS 3.0
API.

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

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