Need to configure email, name, mail server and other by c#. How do I do this without using Outlook Redemption?
First, create a PRF file - either manually or dynamically via your .NET application.
Then, to import the account you launch Outlook with the command line option:
outlook.exe /importprf C:\SomePath\FileName.prf
This can be done within your C# code using the System.Diagnostics.Process
class.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With