I want to connect to an Exchange server and retrieve information about a user's mailbox without using powershell.
I've been searching for articles which could help me but I keep getting articles which in some way use powershell to retrieve these values. The reason why I don't want to use powershell is because I'm developing a tool which can help us automating tasks. Not everybody has powershell installed.
Can anybody give me some pointers which namespace/library I can use to connect to a mailbox or exchange server, to see which database is being used, how large it is etc.
I'm fairly good at programming in C# but I need the necessary namespaces to get the information.
I hope that somebody can help me.
Thanks in advance.