Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
I have just read a new article on MSDN about how
to program Outlook using C#.
The article include a console version of everyone's favorite mail client,
"Pine" , and an Outlook 2003 add-in that counts your inbox sent/received rate
per day and per month.
If you ever wanted to know just how behind you are in email, you may want to
check out the Outlook add-in. It is really cool
[Now Playing: Weird Al Yankovic - Weird Al Yankovic - I Love Rocky Road (02:36)]
Comments
- Anonymous
June 04, 2004
I wrote an article http://www.nullify.net/ViewArticle.aspx?article=168 on how to interface with Outlook using c# and the office primary interop assembly a while back, after scoble wrote something on his blog.
It's much simpler than the msdn article, but might help someone.