Replacement for JDIS Importer
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

19 linhas
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. }