The SDK currently doesn't natively support returning these custom fields. However, you can either read the post fields directly without using the SDK, or you could modify the SDK to add this ability. If you are willing to modify the SDK, you could simply change the FindKey method in SIMResponse to be public. You could then access any custom field with SIMResponse.FindKey(<keyName>).
08-09-2011 12:48 PM