How to Configure different domains on Exchange Server programmatically, using C# and .Net Framework,
is this possible
Example :
I have domain '@gmail.com' already configured on MS Exchange server now I need to configure for
@yahoo, @hotmail.com, @live, @rediffmail.com and @mail.com, etc...
For my application written in C# (MVC using .Net Framework 4.5)
this can be achieved manually but
How can this be done programmatically ?
thanks in advance,
Sunny