views:

35

answers:

1

I need to access an user mbx file and automatically print out different attachments. I have done this in Outlook with some vba programming, by creating a rule that prints them on the default printer. I would like to achieve the same thing, but instead by using a C# webserivce. We use Exchange 2007.

I would kindly ask for some hints or examples on this to get me started. Thank u in advance!

A: 

This article describes using a reference to an exchange web service. I've not used it myself but it might give you a good starting point.

http://msdn.microsoft.com/en-us/library/bb408521.aspx

MrEdmundo