'How to create MAPI Profile programmatically with C#
I see how to create a profile in C++ with this link http://support.microsoft.com/kb/306962 but have been unable to find how to do this is C#. Any thoughts or links on this?
Solution 1:[1]
C# cannot access Extended MAPI. There used to be a library called MAPI33, but I don't think it is being developed or sold any longer. You can use Profman (I am its author - available with the distributable version of Redemption, of which I am also the author) - it is accessible from all languages that support IDispatch-friendly COM objects (that includes C# or any other .Net language).
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Ryan M |
