Replacement for JDIS Importer
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- using System;
- using Microsoft.Exchange.WebServices.Data;
-
- namespace jdis_import
- {
- class Program
- {
- static void Main(string[] args)
- {
- int i = (int)System.Net.SecurityProtocolType.Tls12;
-
- Console.WriteLine(i);
- }
- }
- }
|