filter and mark as read items

Joined
Sep 1, 2005
Messages
6
Reaction score
0
Code:
...
Set objItms = objFld.Items.Restrict("@SQL=" & Chr(34) & "urn:schemas:httpmail:subject" & Chr(34) & _
" Like '%" & TEST & "%' ")
....

i use this filter to check eamil in outlook folder.

if the fileter condition is true how to mark as read the eamil?
and
How to know the sender date of filtered e amil?
 

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