![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hello everybody
I am wondering if there is a way to customize the “Advanced Find” window (Ctrl+Shift+F) via custom forms and VBScript for Outlook 2003. I want to intercept the Search criterias, the “Find Now” click event and be able to add my own results into the results list. Thank you. |
Ads |
#2
|
|||
|
|||
![]()
No, that dialog cannot be modified in any way and fires no events.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Pavel Rosoi" wrote in message ... Hello everybody I am wondering if there is a way to customize the “Advanced Find” window (Ctrl+Shift+F) via custom forms and VBScript for Outlook 2003. I want to intercept the Search criterias, the “Find Now” click event and be able to add my own results into the results list. Thank you. |
#3
|
|||
|
|||
![]()
Thank you for your quick answer.
Supposing that the attachments was previously removed from the messages and archived elsewhere, I want to intercept the search or find, user actions and obtain the search criteria’s in order to perform my own search. I can’t figure out how to do that. Could you give me any idea, please? "Sue Mosher [MVP-Outlook]" wrote: No, that dialog cannot be modified in any way and fires no events. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Pavel Rosoi" wrote in message ... Hello everybody I am wondering if there is a way to customize the “Advanced Find” window (Ctrl+Shift+F) via custom forms and VBScript for Outlook 2003. I want to intercept the Search criterias, the “Find Now” click event and be able to add my own results into the results list. Thank you. |
#4
|
|||
|
|||
![]()
Again, there is no way to know what the user is searching for with the Advanced FInd window. It is not exposed at all in the Outlook object model.
You can read about the search criteria used by the Find, Restrict, and AdvancedSearch methods in the Help topics for those methods. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Pavel Rosoi" wrote in message ... Thank you for your quick answer. Supposing that the attachments was previously removed from the messages and archived elsewhere, I want to intercept the search or find, user actions and obtain the search criteria’s in order to perform my own search. I can’t figure out how to do that. Could you give me any idea, please? "Sue Mosher [MVP-Outlook]" wrote: No, that dialog cannot be modified in any way and fires no events. "Pavel Rosoi" wrote in message ... Hello everybody I am wondering if there is a way to customize the “Advanced Find” window (Ctrl+Shift+F) via custom forms and VBScript for Outlook 2003. I want to intercept the Search criterias, the “Find Now” click event and be able to add my own results into the results list. Thank you. |
#5
|
|||
|
|||
![]()
Thank you for your time.
"Sue Mosher [MVP-Outlook]" wrote: Again, there is no way to know what the user is searching for with the Advanced FInd window. It is not exposed at all in the Outlook object model. You can read about the search criteria used by the Find, Restrict, and AdvancedSearch methods in the Help topics for those methods. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Pavel Rosoi" wrote in message ... Thank you for your quick answer. Supposing that the attachments was previously removed from the messages and archived elsewhere, I want to intercept the search or find, user actions and obtain the search criteria’s in order to perform my own search. I can’t figure out how to do that. Could you give me any idea, please? "Sue Mosher [MVP-Outlook]" wrote: No, that dialog cannot be modified in any way and fires no events. "Pavel Rosoi" wrote in message ... Hello everybody I am wondering if there is a way to customize the “Advanced Find” window (Ctrl+Shift+F) via custom forms and VBScript for Outlook 2003. I want to intercept the Search criterias, the “Find Now” click event and be able to add my own results into the results list. Thank you. |
#6
|
|||
|
|||
![]()
But really, I strongly feel there's got to be a way to capture Find events in
Outlook forms. I saw this artcle (http://www.theregister.co.uk/2009/06...utlook_plugin/) that talks about how Google has replaced default WDS and offer the same functionality through Google search. For that to happen Google should be able to capture the search parameters from Outlook form and pass them into google's search engine/index I presume. What Pavel is trying to do is to override Outlook search and amalgamate results of his own search into Outlook search results, and when you think about what Google has done I think this is doable, but just dont know how. Thanks Duke |
#7
|
|||
|
|||
![]()
It's possible to do, but unless you get Google to tell you how they did it
you would need to figure it out yourself. It would be all low level programming and Win32 API stuff and possibly Extended MAPI. The Google addin that integrates with Outlook and does that is a real problem, BTW. It hangs and crashes Outlook in many cases and doesn't play nice with other addins. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Duke2" wrote in message news ![]() But really, I strongly feel there's got to be a way to capture Find events in Outlook forms. I saw this artcle (http://www.theregister.co.uk/2009/06...utlook_plugin/) that talks about how Google has replaced default WDS and offer the same functionality through Google search. For that to happen Google should be able to capture the search parameters from Outlook form and pass them into google's search engine/index I presume. What Pavel is trying to do is to override Outlook search and amalgamate results of his own search into Outlook search results, and when you think about what Google has done I think this is doable, but just dont know how. Thanks Duke |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Advanced Find | Bob[_11_] | Outlook - General Queries | 5 | April 11th 08 01:14 PM |
Advanced Find not finding all - have to repeat find many times | CraiginNJ | Outlook - General Queries | 3 | September 18th 07 04:59 AM |
Advanced Find? | Jim Johannsen | Outlook - Using Contacts | 1 | July 19th 06 12:45 AM |
How do I use either AND or OR in advanced find? | WaterMaker | Outlook - General Queries | 1 | June 22nd 06 12:19 AM |
Save Customize Fields in Advanced Search | gstrauss13 | Outlook - Installation | 3 | April 1st 06 11:58 PM |