Replacement for JDIS Importer
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

19 righe
308 B

  1. using System.Net;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Threading.Tasks;
  6. using Microsoft.Identity.Client;
  7. using Microsoft.Exchange.WebServices;
  8. using Microsoft.Exchange.WebServices.Data;
  9. namespace jdis_import.MailObjects
  10. {
  11. public class Exch365
  12. {
  13. }
  14. }