Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
C#
Hi everyone

My question his as follows. I wrote a software, that sends email's. At the time the exchange server was exchange 2010, and everything was working fine. On the following weeks the version is going to be upgraded to exchange 2016. How do i config the following line



<pre lang="vb">Dim service As New ExchangeService(requestedServerVersion:=ExchangeVersion.Exchange2013_SP1)



the most recent opcion is exchange2013.sp1

Without the service definition, i can not send mails. how do i resolve this?

What I have tried:

I've google it and came out empty (rare thing). need help, please
Posted
Comments
ZurdoDev 3-Jun-16 10:29am    
Do you need to be using the Exchange service to send emails? Most of the time we just use SMTP.
Demon Slayer 3-Jun-16 11:35am    
Yes, because my company service provider, only allows exchange, we work on a domain, with exchange

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900