![]() |
O2K7: Don't index store ?
Is it possible to tell Outlook 2007 not to index a particular store by
setting a property on the store object or somthing similar ? -- Michael Tissington http://www.oaklodge.com http://www.sqlview.net |
O2K7: Don't index store ?
Tools, Options, Search Options
Patrick Schmid -------------- http://pschmid.net "Michael Tissington" wrote in message : Is it possible to tell Outlook 2007 not to index a particular store by setting a property on the store object or somthing similar ? -- Michael Tissington http://www.oaklodge.com http://www.sqlview.net |
O2K7: Don't index store ?
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. -- Michael Tissington http://www.oaklodge.com http://www.sqlview.net "Patrick Schmid" wrote in message ... Tools, Options, Search Options Patrick Schmid -------------- http://pschmid.net "Michael Tissington" wrote in message : Is it possible to tell Outlook 2007 not to index a particular store by setting a property on the store object or somthing similar ? -- Michael Tissington http://www.oaklodge.com http://www.sqlview.net |
O2K7: Don't index store ?
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 "Michael Tissington" wrote in message : 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. -- Michael Tissington http://www.oaklodge.com http://www.sqlview.net "Patrick Schmid" wrote in message ... Tools, Options, Search Options Patrick Schmid -------------- http://pschmid.net "Michael Tissington" wrote in message : Is it possible to tell Outlook 2007 not to index a particular store by setting a property on the store object or somthing similar ? -- Michael Tissington http://www.oaklodge.com http://www.sqlview.net |
O2K7: Don't index 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 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Patrick Schmid" wrote in message ... 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 "Michael Tissington" wrote in message : 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. -- Michael Tissington http://www.oaklodge.com http://www.sqlview.net "Patrick Schmid" wrote in message ... Tools, Options, Search Options Patrick Schmid -------------- http://pschmid.net "Michael Tissington" wrote in message : Is it possible to tell Outlook 2007 not to index a particular store by setting a property on the store object or somthing similar ? -- Michael Tissington http://www.oaklodge.com http://www.sqlview.net |
O2K7: Don't index store ?
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 "Sue Mosher [MVP-Outlook]" wrote in message ... 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 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Patrick Schmid" wrote in message ... 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 "Michael Tissington" wrote in message : 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. -- Michael Tissington http://www.oaklodge.com http://www.sqlview.net "Patrick Schmid" wrote in message ... Tools, Options, Search Options Patrick Schmid -------------- http://pschmid.net "Michael Tissington" wrote in message : Is it possible to tell Outlook 2007 not to index a particular store by setting a property on the store object or somthing similar ? -- Michael Tissington http://www.oaklodge.com http://www.sqlview.net |
O2K7: Don't index store ?
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 -------------- http://pschmid.net "Michael Tissington" wrote in message : 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 "Sue Mosher [MVP-Outlook]" wrote in message ... 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 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Patrick Schmid" wrote in message ... 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 "Michael Tissington" wrote in message : 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. -- Michael Tissington http://www.oaklodge.com http://www.sqlview.net "Patrick Schmid" wrote in message ... Tools, Options, Search Options Patrick Schmid -------------- http://pschmid.net "Michael Tissington" wrote in message : Is it possible to tell Outlook 2007 not to index a particular store by setting a property on the store object or somthing similar ? -- Michael Tissington http://www.oaklodge.com http://www.sqlview.net |
O2K7: Don't index store ?
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. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Sue Mosher [MVP-Outlook]" wrote in message ... 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 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx |
All times are GMT +1. The time now is 08:45 PM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com