Consulting

Results 1 to 3 of 3

Thread: Search Outlook 2010

  1. #1
    VBAX Newbie
    Joined
    Jan 2012
    Posts
    3
    Location

    Question Search Outlook 2010

    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.

  2. #2
    VBAX Mentor
    Joined
    Feb 2009
    Posts
    493
    Location
    Is the word going to always be the same for each user? If so you can do this with the rules wizard in outlook.
    -----------------------------------------
    The more you learn about something the more you know you have much to learn.

  3. #3
    VBAX Newbie
    Joined
    Jan 2012
    Posts
    3
    Location
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •