Hi there,
Been trying to work out the Mail.DLL and Proxy.DLL lately as I might be interested in using them.
Found out that there is no socket type / namespace according to my Visual Studio?
Any idea why this might be happening?
IProxyClient PMSProxy = PMSFactory.CreateProxy(ProxyType.Http, PMSIP, 8800);
Socket PMSSocket = PMSProxy.Connect(EMSServer, EMSServerPort);
Any idea why this might be happening?
https://i.gyazo.com/bb8ea32e44282bfa7b8baa8fdf514b54.png
Hope someone is able to help me out.