asp.net - How do I send emails programatically via .NET with an Exchange server that doesn't have a public SMTP? (NOT SMTP) -
question says all, server i'm working doesn't have , smtp port me access can connect via iphones "connect exchange server" in mail app, , people can send , receive emails surely should able via .net somehow. ports available on server defaults http , https. i'm guessing there protocol using other smtp?
if @ least point me in right direction?
i try exchange web services.
there nice .net
interface, managed api. need administrator enable ews, per documentation.
to discover service endpoint, can either use auto-discovery, if administrator wants enable it, or can explicitly set url access, https://machine.domain.contoso.com/ews/exchange.asmx
.
Comments
Post a Comment