Restrict method... Available date fields

  • Thread starter Thread starter Michael Nguyen
  • Start date Start date
M

Michael Nguyen

Can somebody provide me with all of the available date fields I can use
to restrict emails from a particular folder?... Much Thanks, Michael
 
You can get that information yourself by looking at the object browser for the default type of item for the folder in question, e.g. AppointmentItem for a calendar folder.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Thanks Susan for the quick response but I still cannot find what I'm
looking for. How do I know what folder a particular object belongs
to???

I'll be more specific this time... I'm trying to filter on current
day's emails within a subfolder under "Public Folders". BTW, I'm using
Outlook 9.0 Object Library...
 
Sounds like you already know what folder you're interested in:
a subfolder under "Public Folders"

Think about what kinds of items that folder holds -- messages, contacts, appointments, etc. Each type of Outlook item has a corresponding object in the Outlook object model -- MailItem, ContactItem, AppointmentItem, etc. In your scenario, you'd want to look at the properties of the MailItem object.

Who's Susan?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top