Replacement for JDIS Importer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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