Can someone please teach me and walk me through trying to this kind of program? I'm beginner to c# and am going through Joes2Pros book and some YouTube videos, but I'm trying to figure out how to do something and I've no idea how to do it.
I believe I've got the right URL references from the SDK if someone would be willing to help me translate it into the program..?
My plan:
1. Have a ComboBox on the GUI, and in this ComoBox, it will be populated by a list of people I have open Instant Messages with in Microsoft Lync 2010.
2. Have a button that, when pushed, takes the selected URI/Contact I have selected from the ComboBox and sends them a pre-defined Instant Message.
I believe I've got the right URL references from the SDK if someone would be willing to help me translate it into the program..?
My plan:
1. Have a ComboBox on the GUI, and in this ComoBox, it will be populated by a list of people I have open Instant Messages with in Microsoft Lync 2010.
- Lync 2010 contacts are known as URI's (like sip:user@domain.com) but the Instant Message window title would be the person's Display name (like Firstname Lastname). I'm trying to get the sip:user@domain.com list of people I have open IM windows with into the ComboBox.
- Lync Model API Contacts and Groups Walkthroughs (Lync 2010 SDK) - Lync Model API Contacts and Groups Walkthroughs (Lync 2010 SDK)
2. Have a button that, when pushed, takes the selected URI/Contact I have selected from the ComboBox and sends them a pre-defined Instant Message.
- Walkthrough: Start an Instant Message Conversation (Lync 2010 SDK) - Walkthrough: Start an Instant Message Conversation (Lync 2010 SDK)
Last edited by a moderator: