I'm currently writing a C# programs that automates certain tasks and part of that is creating a public folder in Outlook Exchange and also create a new account.
I'm using MAPI to connect and talk to Outlook, and creating the folder is no sweat at all. The problem comes when I want to create a new email account, named for example cc@test.com. I've searched through a lot of documentation, but can't seem to find many relevant links or explanations to how, if it is even possible, this is done.