A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

O2K7: Don't index store ?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 17th 06, 05:16 AM posted to microsoft.public.outlook.program_addins
Michael Tissington
external usenet poster
 
Posts: 6
Default 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


  #2  
Old June 17th 06, 05:25 AM posted to microsoft.public.outlook.program_addins
Patrick Schmid
external usenet poster
 
Posts: 159
Default 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


  #3  
Old June 17th 06, 06:58 AM posted to microsoft.public.outlook.program_addins
Michael Tissington
external usenet poster
 
Posts: 6
Default 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




  #4  
Old June 17th 06, 09:04 AM posted to microsoft.public.outlook.program_addins
Patrick Schmid
external usenet poster
 
Posts: 159
Default 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



  #5  
Old June 17th 06, 02:42 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default 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


  #6  
Old June 17th 06, 06:40 PM posted to microsoft.public.outlook.program_addins
Michael Tissington
external usenet poster
 
Posts: 6
Default 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




  #7  
Old June 19th 06, 06:09 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default 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


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to rebuild the email index in Outlook 2007 Jeff Outlook - General Queries 4 July 10th 06 12:32 AM
Email address font in O2K7 Outlook is cut in half Malcolm Outlook - Installation 3 May 26th 06 02:16 AM
O2k7 install over O2K3 leaves O2K3 and 2 copies of Outlook Malcolm Outlook - Installation 4 May 26th 06 12:45 AM
Conversation Index - Post Jack Outlook - Using Forms 3 April 27th 06 10:16 PM
"The specified default store could not be opened. Please make sure you can access your default store and try again." [email protected] Outlook - General Queries 2 February 17th 06 04:58 PM


All times are GMT +1. The time now is 11:19 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.