Replacement for JDIS Importer
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- 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);
- }
- }
- }
|