Discussion:
Exchange tool with API to query Exchange
(too old to reply)
J***@nesltd.co.uk
2007-11-26 12:04:36 UTC
Permalink
Hi all,

I am looking for a product that does the following:

From a .NET application, I would like to call a function that returns
all e-mails that have been sent to or from a specified e-mail address.
- It would be useful to filter this by date, to, from,
priority, etc.
- The e-mails would be on Exchange 2003.

Does anybody know of a vendor that supplies such a product. Please
note that it is important that I can access this through a programming
interface and not just a front-end.

Many thanks.

Jon
Glen Scales [MVP]
2007-11-26 21:32:47 UTC
Permalink
If you have message tracking enabled on your Exchange servers then you can
use WMI and the Exchange_MessageTrackingEntry Class to query this type of
information (you wont get priority though) see
http://msdn2.microsoft.com/En-US/library/aa143739.aspx.

There are a couple of Third Party products that allow you to record and
report on Message Tracking information such as Promodag and Quest
MessageStats. There both very comprehensive products with good reporting so
you may find you can tap into them.

Cheers
Glen
Post by J***@nesltd.co.uk
Hi all,
From a .NET application, I would like to call a function that returns
all e-mails that have been sent to or from a specified e-mail address.
- It would be useful to filter this by date, to, from,
priority, etc.
- The e-mails would be on Exchange 2003.
Does anybody know of a vendor that supplies such a product. Please
note that it is important that I can access this through a programming
interface and not just a front-end.
Many thanks.
Jon
Loading...