(Msg. 1) Posted: Fri Jun 06, 2008 6:16 am
Post subject: How to customize the Advanced Find form Archived from groups: microsoft>public>outlook>program_forms (more info?)
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.
(Msg. 2) Posted: Fri Jun 06, 2008 10:15 am
Post subject: Re: How to customize the Advanced Find form [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
No, that dialog cannot be modified in any way and fires no events.
"Pavel Rosoi" <PavelRosoi.DeleteThis@discussions.microsoft.com> wrote in message news:ED5C3D8F-C05C-4E82-BF51-CCD39B1EAA76@microsoft.com...
> 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.
>
(Msg. 3) Posted: Fri Jun 06, 2008 10:15 am
Post subject: Re: How to customize the Advanced Find form [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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" <PavelRosoi.TakeThisOut@discussions.microsoft.com> wrote in message news:ED5C3D8F-C05C-4E82-BF51-CCD39B1EAA76@microsoft.com...
> > 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.
> >
>
(Msg. 4) Posted: Fri Jun 06, 2008 11:05 am
Post subject: Re: How to customize the Advanced Find form [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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.
"Pavel Rosoi" <PavelRosoi.DeleteThis@discussions.microsoft.com> wrote in message news:141D6F3C-D297-451B-8DC9-89CA51AC7DF7@microsoft.com...
> 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" <PavelRosoi.DeleteThis@discussions.microsoft.com> wrote in message news:ED5C3D8F-C05C-4E82-BF51-CCD39B1EAA76@microsoft.com...
>> > 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.
>> >
>>
(Msg. 5) Posted: Fri Jun 06, 2008 11:05 am
Post subject: Re: How to customize the Advanced Find form [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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" <PavelRosoi RemoveThis @discussions.microsoft.com> wrote in message news:141D6F3C-D297-451B-8DC9-89CA51AC7DF7@microsoft.com...
> > 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" <PavelRosoi RemoveThis @discussions.microsoft.com> wrote in message news:ED5C3D8F-C05C-4E82-BF51-CCD39B1EAA76@microsoft.com...
> >> > 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.
> >> >
> >>
>
(Msg. 6) Posted: Fri Oct 09, 2009 3:55 pm
Post subject: Re: How to customize the Advanced Find form [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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/17/microsoft_whines_over_google_outlook_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.
(Msg. 7) Posted: Mon Oct 12, 2009 9:17 am
Post subject: Re: How to customize the Advanced Find form [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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.
"Duke2" <Duke2.DeleteThis@discussions.microsoft.com> wrote in message
news:D63B76AF-B882-4414-B62E-1B221962D502@microsoft.com...
> 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/17/microsoft_whines_over_google_outlook_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
>
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum