Thanks
So it's not possible in outlook 2003 without redemption right?
For outlook 2007, As you said outlook creates a temporary folder for that,
i'll check it in folder_add. But my motive is when outlook search mails when
i click on find now, it should include show some more mails which i want to
give.
"Ken Slovak - [MVP - Outlook]" wrote in message
...
I'm not sure what the user wants those events for, but you could get an
event when Advanced Find was run if you go about it indirectly.
Advanced Find creates a temporary search folder. If you get the search
folders root folder under Finder and handle the FolderAdd event on that
Folders collection you'd know when an Advanced Find had been run (and when
a new search folder was created).
If it was anything older than Outlook 2007 you'd need to use Redemption
code to get to Finder, but it definitely could be done that way.
--
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
"Sue Mosher [MVP]" wrote in message
...
The Advanced Find dialog is not exposed to developers and fires no
Outlook object model events. The only event you'd get is the Click event
for that menu command.
FYI, please include your version of Outlook whenever you post to an
Outlook forum.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Ashish" wrote in message
...
We can search mail under any folder by clicking on AdvanceFind. Outlook
open a new dialog box/ Here we can specity what mails we want.
Can we handle this in outlook addin when we click on findnow in Advance
Find dialog?
Can we know the event called by FindNow.