Activator.CreateInstance(Type.GetTypeFromProgID("Outlook.Application")) не возвращается при включении "нового Outlook" ⇐ C#
-
Anonymous
Activator.CreateInstance(Type.GetTypeFromProgID("Outlook.Application")) не возвращается при включении "нового Outlook"
Up to now, the following line worked.
var comObject = Activator.CreateInstance( Type.GetTypeFromProgID("Outlook.Application")) Since "the new Outlook" is turned on, that line does not return and just waits for something and hangs arround forever. Any ideas?
Источник: https://stackoverflow.com/questions/780 ... n-does-not
Up to now, the following line worked.
var comObject = Activator.CreateInstance( Type.GetTypeFromProgID("Outlook.Application")) Since "the new Outlook" is turned on, that line does not return and just waits for something and hangs arround forever. Any ideas?
Источник: https://stackoverflow.com/questions/780 ... n-does-not
Мобильная версия