Sorry if this is a basic question. I am a relative noob to c# coding (I was a VB programmer many years ago). I'm trying to get a sample or documentation for just connecting to the Exchange API using c# and not as per the console application sample. I've been through the RTFM steps and am just getting nowhere, confused and hitting brick walls. Is there some really basic c# code anywhere that just shows how to connect to the Exchange API?
Once I've got that I'll be able to hunt through the methods.
I don't know how to 'translate' from the console application to a Windows Forms approach as the using statements don't appear to work. I just don't know what I don't know and am going around in circles. I'm probably missing the basics but it's the basics that I need and just can't find.
Any and all guidance very much appreciated.
Once I've got that I'll be able to hunt through the methods.
I don't know how to 'translate' from the console application to a Windows Forms approach as the using statements don't appear to work. I just don't know what I don't know and am going around in circles. I'm probably missing the basics but it's the basics that I need and just can't find.
Any and all guidance very much appreciated.
Comment