Hi, i am trying to create an C++ app (using MFC) where part of the functionality is to
decode an Imail Users password. I am trying to use the Imail sdk/api. I am able to
get the other functions such as get_FullName and get_MaximumMessageCount to work but
the get_Password does not seem to work for me in the manner that the other functions
do.
here is the bit of code that i am running...
BSTR bstrRetVal;
hr = pUser->get_Password(&bstrRetVal);
if(S_OK == hr) {
wcout << bstrRetVal << endl;
}
than the output appears like this X#1832. Any suggestions would be appriciated!
Aaron
________________________________________________________________
Sent via the KillerWebMail system at speedynet.net
To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/