using System.Collections.Generic; using System; using System.Text; using System.Threading; using System.Threading.Tasks; using Microsoft.Identity.Client; using Microsoft.Exchange.WebServices.Data; using System.IO; using System.Data; using System.Data.SqlClient; using System.Reflection; using jdis_import.RESTObjects; /* Secret Value up-8Q~y46~JyQZjJlsAJ-zpXpglpmuPIJ1Gx3a2O Secret ID cba04a6c-a233-4646-909b-b50921edbe1c Client ID 489776b1-ee79-4b14-bc44-9f6bf47332db Object ID c7647074-edb6-4e8e-8a01-a1ed924fdae9 Tenant ID 1fd06c96-d3a4-45e9-9ed7-bcecb394d277 */ namespace jdis_import { class Program { private static string _success; private static string _fail; private static string _logdir; private static List _customers; private static List _makes; private static List _products; private static List _models; private static List _inspectionTypes; private static List