Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsWindows Server 2003Windows 2000Windows NTSmall Business ServerVirtual ServerExchange ServerIISHost Integration ServerISA ServerSMSWSUSMOMWindows Media ServerSecurityCertification
Related Topics
SQL ServerMS WindowsMS OfficePC HardwareMore Topics ...

Windows Server Forum / Exchange Server / Applications / September 2006

Tip: Looking for answers? Try searching our database.

VB.NET scanning users inbox

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
nick.althoff@gmail.com - 28 Sep 2006 21:00 GMT
I'm currently trying to find a way to scan all of the emails in a users
inbox. My client uses a program called Enterprise Vault that scans
incoming emails and strips the attachments out and puts them on a file
server and attaches a URL to the email instead of the attachment. What
I need to do is to create a small app that verifies that Enterprise
Vault is working correctly. TO do that I need to be able to scan all of
a users emails on the exchange server. I have done some investigation
and I see that there are two ways to interact with Exchange server: CDO
and WebDav. Has anyone ever had to do this? What is the best approach?
Thanks in advance....
Henning Krause - 29 Sep 2006 07:41 GMT
Hello,

from a .NET application, I would suggest WebDAV.

Use a Search-Reqeust on the mailbox to get all items, and on each item with
an attachment (property http://schemas.microsoft.com/mapi/proptag/xe1b000b 
is true).

Then, issue a X-MS-ENUMATTS on each item  to check what attachments are
there.

Best regards,
Henning Krause

> I'm currently trying to find a way to scan all of the emails in a users
> inbox. My client uses a program called Enterprise Vault that scans
[quoted text clipped - 6 lines]
> and WebDav. Has anyone ever had to do this? What is the best approach?
> Thanks in advance....
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.