Howto change MAPI IMAIL service password

E

Eric

How to programmatically modify the IMAIL service password?
With OutlookSpy, I can get the IMAPISTATUS interface of my
messaging service. In the PR_RESOURCE_METHODS property,
the STATUS_CHANGE_PASSWORD is activated which means that
the IMAPIStatus::ChangePassword method should work. But
when I call it, it returns me the MAPI_E_NO_SUPPORTED
error???

Is there a well documented library for that?
 
Top