Showing posts with label IOrganizationService. Show all posts
Showing posts with label IOrganizationService. Show all posts

01 June 2012

CRM Online IOrganizationService client

In this post I've updated little bit code to connect to Organization Service CRM Online.


    class Program
    {
        static void Main(string[] args)
        {
            String userName;
            String password;
            String organizationUrl;

31 May 2012