question how to get the outlook advanced find dialog and QueryRestriction restriction

R

roger

hello mvp:
i want to hook the outlook advanced find dialog window(hwnd) and the
QueryRestriction restriction when user used the find dialog and has
specified the restriction.and add my custom button on the advanced find
dialog
 
K

Ken Slovak - [MVP - Outlook]

That's completely unsupported and not documented at all. You'd have to find
the hWnd using Spy++ or another tool and work out adding the button and
handling messages to that window on your own.
 
R

roger

thanks Ken:
you mean mircosoft is not supported and no documented about how
to get the advanced find
dialog window (hwnd) and retrive the used specidied queryRestriction
restriction.
 
K

Ken Slovak - [MVP - Outlook]

I mean there is no information about any of what you want to do and there's
no published way to get at the restriction that is implemented in the query
dialog. I've never seen anything published about it by MS or anyone else.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top