Replacement for JDIS Importer
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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