I am using AIM and I downloaded the C# SDK. I can get the Response Reason by way of the Message property, but not the Response Reason Code. I know it's basically the same info, but can I get the actual code in some way?
08-02-2011 03:50 PM
I'm using the PHP API, so this won't convert directly to C#, but the message text and result code are referenced as follows:
$result->xml->messages->message->text $result->xml->messages->resultCode
Hopefully this will give you enough context to solve your problem.
08-02-2011 08:15 PM
Thanks for the reply, I found the answer here:
I guess I already knew that answer, but thought there would be a better way.
08-03-2011 11:32 AM