Is there a way to search a certain user's outlook inbox to get all emails with a certain subject?
Required solution should work for Outlook 2007 and 2010.
Asked
Active
Viewed 2,895 times
1

Ahmed Atia
- 17,848
- 25
- 91
- 133
-
1Can you be more specific? You want to be logged in as user X and access outlook for user Y? you can always connect to their .pst and run queries. You can use JET syntax. – Dustin Davis Mar 17 '11 at 20:42
-
@Dustin: Yes, there will be a generic user which can connect and access user Y outlook. But how to connect to their .pst and run queries? and what is JET syntax? – Ahmed Atia Mar 17 '11 at 20:46
2 Answers
0
Have you taken a look here?
http://msdn.microsoft.com/en-us/library/bb508940%28v=office.12%29.aspx

Sean P
- 949
- 4
- 22
- 41
0
have a look here Can I read an Outlook (2003/2007) PST file in C#? as well as the link that @SeanP provided

Community
- 1
- 1

Dustin Davis
- 14,482
- 13
- 63
- 119