views:

135

answers:

1

I've been given the task of fetching a list of the largest mails in our Exchange 2007 server.

Since I've never coded against Exchange before, I looked around a bit and figured EWS is the newest interface to do so.

However I can't find any documentation about looping through the mails, which I expect to be necessary to check the sizes.

Does anyone have a code sample, a link or pretty much anything, which could help me accomplish this ?

+1  A: 

Theres examples of iterating through messages here and doing multiple functions (searching/sorting etc). Should be of help.

CodeProject

LnDCobra
Seems useful yes, thanks for the link :-)
Steffen