Jump to content

Recommended Posts

Posted (edited)

Here is my code: Currently it finds all the unread, subject restricted emails in the inbox and its subfolders. (finds 15 when it should only find 4)

$aItems = _OL_ItemFind($oOutlook, $mFolder[1], $olMail, "[UnRead]=True", "Subject", "Maintenance Request", "EntryID,Subject", "", 1)

I want to find the emails in the inbox but I don't want to include the emails from the inbox's sub-folders. 

Edited by nooneclose
Solved
Posted

RTFM... $iFlags has the option "1: Subfolders will be included" if you use 0, 2, 4, or 6 as the flag, they won't be searched

All my code provided is Public Domain... but it may not work. ;) Use it, change it, break it, whatever you want.

  Reveal hidden contents

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...