Link to home
Start Free TrialLog in
Avatar of celler_wellbridge
celler_wellbridgeFlag for United States of America

asked on

Count emails by specific subject and display count in Sharepoint

Hello good people,

1. I'd like to automatically count the number of emails received in a specific account, with a specific subject, on a basic pop3 email server (http://www.squirrelmail.org/).

2. I'd like to present the count in a Sharepoint page web part (not looking to change the dna of SP with deep, deep, "look at what I can change on Sharepoint!" code work--so it will never upgrade ;) A simple web part would be nice.

2.a. Cumulative count since a specific date (I.e. Jan 1),

2.b. Current day count

2.c. Yesterday count


Avatar of celler_wellbridge
celler_wellbridge
Flag of United States of America image

ASKER

Update: I'm very open to the idea of building these counts in an aspx .NET 2.0 page and pulling it in as an iframe web part!
ASKER CERTIFIED SOLUTION
Avatar of Ted Bouskill
Ted Bouskill
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you tedbilly!

I'll seriously consider your recommendations.

I thought I could cobble together som sort of inbox for a specific account, CC the specific emails into that client account, run a count on that box and display it in the page.

I'm going to break down all the steps and Identify them, determine all the practical ways each step can be accomplished, then go after the best route for my needs.

Thank you again for the thoughts and clarity.