The UCC API (Unified Communications Client API), formerly UCCP, is finally released! This differs from UCMA in that the UCC API is meant for client applications, such as building your own IM client and UCMA is meant for server side applications, such
Read More...
Q: Clear and Append or Set? statementActivity1.MainPrompt.ClearContent(); statementActivity1.MainPrompt.AppendText("This is a prompt"); or statementActivity1.MainPrompt.SetText("This is a prompt"); A: I've used both, and it doesn't make that big of a
Read More...