PDA

View Full Version : Search Outlook 2010



Hopest
08-09-2012, 08:03 AM
Hi Guys,

Really new to VBA coding so really need some pointers, help, example scripts.

Is it possible to create a macro which achieves the following:

1) User to input a word. For Example: Test
2) That word above will be used to search emails in 1 or more specfied public folder's
3) If the email is found or multiples emails are found meeting criteria then
4) Move that email from Public Folder to the users inbox
5) Mark the email moved as unread and maybe even Flag it.

Any help would be appreciated. Using Outlook 2010.

BrianMH
08-10-2012, 09:09 AM
Is the word going to always be the same for each user? If so you can do this with the rules wizard in outlook.

Hopest
08-14-2012, 02:09 AM
Hi,

It's not a static word it's filled by user prompt.

Thanks

Can't find much on searching through VBA by a user prompted word and then displaying it in simple table or list for a user to select.