ImapClient raises Exception

Hi,

I am trying to connect to my exchange server using ImapClient but the following code sample raises exception:

ImapClient client = new ImapClient(host, username, pwd);

while the following code sample works fine:

ImapClient client = new ImapClient();
client.Host = “[exchange.domain.com](http://exchange.domain.com/)”;
client.Username = “username”;
client.Password = “pwd”;
client.SelectFolder(ImapFolderInfo.InBox);
				<font face="Arial" size="2"><span id="ctl00_bcr_up___TextboxFirstName">Hi Cornelius</span>,<br><br>Thank you for bringing this issue to our notice. <br><br>I was able to reproduce the issue at my end and have logged it as </font><span id="ctl00_bcr_up___TextboxFirstName"><font face="Arial" size="2"><b>NETWORKNET-34368</b> in our bug tracking system for further investigation by the development team. As soon as there is some update available in this regard, we'll write back here via this thread.<br><br></font></span>

The issues you have found earlier (filed as NETWORKNET-34368) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.