using System.Collections.Generic; using System; using System.Text; 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; using System.Linq; using System.Net; /* 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 JSONSetting _settings; private static string _os, _logDir, _logFile, _successDir, _failureDir, _downloadDir; private static bool _runAPI = true; private static RESTService _rservice; private static List _users; private static Priority _priority; private static Reason _reason; private static Status _status; private static List _machines; private static List _customers; private static List _makes; private static List _products; private static List _models; private static List _inspectionTypes; private static List