Replacement for JDIS Importer
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

19 řádky
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. }