Help...
I managed to make a VC++ application which can open my outlook address book. Yet, it fails to work when the default mail programm is not outlook..
the failure is at :

if ( FAILED(hResult = MAPIInitialize(NULL)))

how can i solve this?

Any help will be HIGHLY appreciated