Question about says it all, the server I’m working with doesn’t have and smtp port for me to access but you can connect to it via an iphones “Connect to exchange server” in the mail app, and people can send and receive emails so surely you should be able to do it via .net somehow. Only ports available on the server are the defaults for http and https. So I’m guessing there is some protocol it is using other than smtp?
If you could at least point me in the right direction?
I would try Exchange Web Services.
There is a nice
.netinterface, the Managed API. You will need an administrator to enable EWS, as per the documentation.To discover the service endpoint, you can either use auto-discovery, if the administrator wants to enable it, or you can explicitly set a URL to access, which will look like
https://machine.domain.contoso.com/EWS/Exchange.asmx.