I\'m trying to make a program that would open new Outlook 2007 message.
I\'ve referenced from COM tab Microsoft Outlook 12.0 ObjectLibrary.
These items showe
Office is not properly installed on that machine. You can verify that with Regedit.exe, navigate to HKEY_CLASSES_ROOT\Interface\{00063001-0000-0000-C000-000000000046}\TypeLib to verify the type library GUID (should be {00062FFF-0000-0000-C000-000000000046}), then to HKEY_CLASSES_ROOT\TypeLib\{00062FFF-0000-0000-C000-000000000046} to verify that the type library is indeed properly registered, using the correct type library version number. The latter part should be the problem.
If the target machine runs a 64-bit version of Windows, try setting the Project + Properties, Build, Platform Target to x86.