<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>exchangenotification Discussions Rss Feed</title><link>http://www.codeplex.com/exchangenotification/Thread/List.aspx</link><description>exchangenotification Discussions Rss Description</description><item><title>New Post: Load balancing and Client Access Server Affinity</title><link>http://exchangenotification.codeplex.com/discussions/395545</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;How does this component handle the exchangecookie described in the article&amp;nbsp;&lt;a href="http://blogs.msdn.com/b/exchangedev/archive/2011/07/20/client-access-server-affinity-and-network-load-balancing-considerations-for-programmatic-access-to-exchange-online.aspx"&gt;http://blogs.msdn.com/b/exchangedev/archive/2011/07/20/client-access-server-affinity-and-network-load-balancing-considerations-for-programmatic-access-to-exchange-online.aspx&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;Are any changes required in the app.config for the WCF-binding (it seems cookies are not enabled by default)?&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br&gt;
Morten Fischer-Madsen&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>MFMadsen</author><pubDate>Fri, 14 Sep 2012 13:56:34 GMT</pubDate><guid isPermaLink="false">New Post: Load balancing and Client Access Server Affinity 20120914015634P</guid></item><item><title>New Post: Getting CalendarSubscriptionApp to get notifications from my server</title><link>http://exchangenotification.codeplex.com/discussions/282325</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Guys, I know this is an old post but just in case anyone else has this issue, checkout the ENum, Microsoft.Exchange.WebServices.Data.EventType&lt;/p&gt;
&lt;p&gt;you should see that they have simplified the names to remove the redundant "Event" from the end of each item. Or this might be a bug in the code (only joking)&lt;/p&gt;
&lt;p&gt;for example:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="color: black; background-color: white;"&gt;
&lt;pre&gt;&lt;span style="color: blue;"&gt;if&lt;/span&gt; ((events &amp;amp; EventTypes.Copied) == EventTypes.Copied) result.Add(EventType.CopiedEvent);
&lt;br /&gt;is now&lt;br /&gt;
&lt;span style="color: blue;"&gt;if&lt;/span&gt; ((events &amp;amp; EventTypes.Copied) == EventTypes.Copied) result.Add(&lt;strong&gt;EventType.Copied&lt;/strong&gt;);
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>gpltaylor</author><pubDate>Wed, 12 Sep 2012 09:14:15 GMT</pubDate><guid isPermaLink="false">New Post: Getting CalendarSubscriptionApp to get notifications from my server 20120912091415A</guid></item><item><title>New Post: authentication error please please help!</title><link>http://exchangenotification.codeplex.com/discussions/345737</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I am attempting to use the newmailnotificationexamle and am receiving the following error:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3&gt;The HTTP request is unauthorized with client authentication scheme 'Negotiate'. The authentication header received from the server was 'Negotiate,NTLM,Basic realm=&amp;quot;mail.mydomain.com&amp;quot;'&lt;/h3&gt;
&lt;p&gt;This happens when I run the program on the exchange server or remotely.&lt;/p&gt;
&lt;p&gt;I've tried figuring out by googling with no luck. Please help!&lt;/p&gt;
&lt;/div&gt;</description><author>muhan</author><pubDate>Mon, 27 Feb 2012 01:29:58 GMT</pubDate><guid isPermaLink="false">New Post: authentication error please please help! 20120227012958A</guid></item><item><title>New Post: Getting CalendarSubscriptionApp to get notifications from my server</title><link>http://exchangenotification.codeplex.com/discussions/282325</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;i have the same problem !!! :(&lt;/p&gt;&lt;/div&gt;</description><author>SonnyG</author><pubDate>Fri, 13 Jan 2012 04:59:27 GMT</pubDate><guid isPermaLink="false">New Post: Getting CalendarSubscriptionApp to get notifications from my server 20120113045927A</guid></item><item><title>New Post: Getting CalendarSubscriptionApp to get notifications from my server</title><link>http://exchangenotification.codeplex.com/discussions/282325</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Also, the function "ToManageApiEventTypeArray" has enumerations for&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;EventType.CopiedEvent&lt;/p&gt;
&lt;p&gt;EventType.CreatedEvent&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;My intellisense breaks for all these enumerations and I get the errors below:&lt;/p&gt;
&lt;p&gt;'Microsoft.Exchange.WebServices.Data.EventType' does not contain a definition for 'CopiedEvent'&lt;/p&gt;
&lt;p&gt;'Microsoft.Exchange.WebServices.Data.EventType' does not contain a definition for 'CreatedEvent'&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;Has anyone had this issue? &amp;nbsp;If so can someone assist me with a fix? &amp;nbsp;Thanks.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>smlyttle</author><pubDate>Thu, 08 Dec 2011 23:52:45 GMT</pubDate><guid isPermaLink="false">New Post: Getting CalendarSubscriptionApp to get notifications from my server 20111208115245P</guid></item><item><title>New Post: Getting CalendarSubscriptionApp to get notifications from my server</title><link>http://exchangenotification.codeplex.com/discussions/282325</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I added the &amp;quot;InfiniTec.Common&amp;quot;, &amp;quot;InfiniTec.Exchange.Notifications&amp;quot;, and &amp;quot;Microsoft.Exchange.WebServices&amp;quot; to the example application, but whenever I run the application on my computer and add my e-mail address in the &amp;quot;Open anothers users mailbox&amp;quot; I get a
 &amp;quot;This property was requested, but it wasn't returned by the server.&amp;quot;&lt;/p&gt;
&lt;p&gt;Can anyone give me any pointers as to what might be wrong?&lt;/p&gt;
&lt;p&gt;(FYI): My Exchange Server is running Exchange 2007 SP 3, and my development computer is running Windows 7 Pro 64-bit, and I &amp;nbsp;am using Visual Studio 2010 SP1.&lt;/p&gt;
&lt;/div&gt;</description><author>smlyttle</author><pubDate>Thu, 08 Dec 2011 23:38:22 GMT</pubDate><guid isPermaLink="false">New Post: Getting CalendarSubscriptionApp to get notifications from my server 20111208113822P</guid></item><item><title>New Post: Microsoft.Exchange.WebServices</title><link>http://exchangenotification.codeplex.com/discussions/282239</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;The file should be located at&amp;nbsp;C:\Program Files (x86)\Microsoft\Exchange\Web Services\1.1\Microsoft.Exchange.WebServices.dll or&amp;nbsp;C:\Program Files\Microsoft\Exchange\Web Services\1.1\Microsoft.Exchange.WebServices.dll (depending on the install that you used).&lt;/p&gt;
&lt;p&gt;In case you don't have the Exchange Web Services Managed API installed you can get it from&amp;nbsp;&lt;a href="http://www.microsoft.com/download/en/details.aspx?id=13480"&gt;http://www.microsoft.com/download/en/details.aspx?id=13480&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;</description><author>smlyttle</author><pubDate>Thu, 08 Dec 2011 19:41:01 GMT</pubDate><guid isPermaLink="false">New Post: Microsoft.Exchange.WebServices 20111208074101P</guid></item><item><title>New Post: Microsoft.Exchange.WebServices</title><link>http://exchangenotification.codeplex.com/discussions/282239</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm really new to this Exchange Web Services, and am looking to write a service that receives calendar notifications, so your project seems perfect.&amp;nbsp; What I'm struggling with, is I can't seem to find the Microsoft.Exchange.WebServices.dll anywhere even
 though I have installed the Exchange Server 2007 SDK.&amp;nbsp; Therefore the source won't compile....&lt;/p&gt;
&lt;p&gt;Can anyone offer any help with this?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;/div&gt;</description><author>Lacutas</author><pubDate>Thu, 08 Dec 2011 11:02:05 GMT</pubDate><guid isPermaLink="false">New Post: Microsoft.Exchange.WebServices 20111208110205A</guid></item><item><title>New Post: [URGENT] Don't receive notifications</title><link>http://exchangenotification.codeplex.com/Thread/View.aspx?ThreadId=244506</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;I have downloaded the latest source code and ran the NewMailNotificationsExample but I don't receive any notifications.&lt;/p&gt;
&lt;p&gt;I decalred my adapter as follows:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;using
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;var&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;
 adapter = &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;new&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;ExchangeWebServicesAdapter&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;new&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;Uri&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; color:#a31515; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#a31515; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#a31515; font-size:x-small"&gt;&lt;a href="https://obelix/ews/exchange.asmx"&gt;https://obelix/ews/exchange.asmx&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;),&lt;span style="font-family:Consolas; font-size:x-small"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;new&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;NetworkCredential&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; color:#a31515; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#a31515; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#a31515; font-size:x-small"&gt;&amp;quot;***&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; color:#a31515; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#a31515; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#a31515; font-size:x-small"&gt;&amp;quot;***&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;,
&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; color:#a31515; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#a31515; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#a31515; font-size:x-small"&gt;&amp;quot;***&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;)))&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;[Just blanked out sensitive password info.] This just does not seem to work&amp;nbsp;. I am able to browse to the local WCF Service created, but when I send an email to myself, I don't get any notifications.&lt;/p&gt;
&lt;p&gt;Is there anything else I need to do to get this working or should it work just like that?&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#0000ff; font-size:x-small"&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&lt;span style="font-family:Consolas; font-size:x-small"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>mieliespoor</author><pubDate>Thu, 03 Feb 2011 15:09:59 GMT</pubDate><guid isPermaLink="false">New Post: [URGENT] Don't receive notifications 20110203030959P</guid></item><item><title>New Post: PrimarySmtpAddress,PrincipalName and SID are not defined</title><link>http://exchangenotification.codeplex.com/Thread/View.aspx?ThreadId=239330</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;I'm trying to build the solution and I'm getting 3 errors&amp;nbsp;that state that PrimarySmtpAddress,PrincipalName and SID are not defined in&amp;nbsp;Microsoft.Exchange.WebServices.ConnectingSIDType&lt;/p&gt;
&lt;p&gt;I use EWS API 1.1.&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;/div&gt;</description><author>thedtk</author><pubDate>Wed, 22 Dec 2010 23:20:36 GMT</pubDate><guid isPermaLink="false">New Post: PrimarySmtpAddress,PrincipalName and SID are not defined 20101222112036P</guid></item><item><title>New Post: ExchangeWebServicesAdapter.IsPublicFolderAccessEnabled is missing</title><link>http://exchangenotification.codeplex.com/Thread/View.aspx?ThreadId=224273</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;The property ExchangeWebServicesAdapter.IsPublicFolderAccessEnabled is missing in the source code that is published on this site, but it is present in the downloadable binaries. Would be very nice if the source code could be in sync with the binaries :-)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</description><author>steingran</author><pubDate>Fri, 20 Aug 2010 15:29:31 GMT</pubDate><guid isPermaLink="false">New Post: ExchangeWebServicesAdapter.IsPublicFolderAccessEnabled is missing 20100820032931P</guid></item><item><title>New Post: Exception in Push notification client</title><link>http://exchangenotification.codeplex.com/Thread/View.aspx?ThreadId=68983</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;It seems that Exchange Server 2010 misses the &lt;strong&gt;SOAPAction&lt;/strong&gt; header in the push event notifications package&lt;/p&gt;
&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/979563/en-us/"&gt;http://support.microsoft.com/kb/979563/en-us/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/979563"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>bielzal</author><pubDate>Mon, 22 Mar 2010 18:28:42 GMT</pubDate><guid isPermaLink="false">New Post: Exception in Push notification client 20100322062842P</guid></item><item><title>New Post: notification for sent items?</title><link>http://exchangenotification.codeplex.com/Thread/View.aspx?ThreadId=83753</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;are notifications for sent items possible?&lt;br&gt;I need to get notification for sent mails. Can I do it with exchangenotification or do the same restrictions apply as in event sinks (Q297274 PRB: Store Events Do Not Fire on the Outbox or Sent Item Folders)?&lt;/p&gt;&lt;/div&gt;</description><author>lgadola</author><pubDate>Tue, 09 Feb 2010 14:16:34 GMT</pubDate><guid isPermaLink="false">New Post: notification for sent items? 20100209021634P</guid></item><item><title>New Post: Exception in Push notification client</title><link>http://exchangenotification.codeplex.com/Thread/View.aspx?ThreadId=68983</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi brahan,&lt;/p&gt;
&lt;p&gt;I've now analyzed the problem and I believe there is a breaking change in how Exchange 2010 sends the notifications. It seems that Exchange does no longer send a SOAPAction header with its notification. In this case,&amp;nbsp;WCF does not now which method handles the mesage.&lt;/p&gt;
&lt;p&gt;Until I publish a new release you can fix this yourself by changing the line&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:small"&gt;[&lt;/span&gt;&lt;span style="color:#2b91af;font-size:small"&gt;&lt;span style="color:#2b91af;font-size:small"&gt;OperationContract&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small"&gt;(Action = &lt;/span&gt;&lt;span style="color:#a31515;font-size:small"&gt;&lt;span style="color:#a31515;font-size:small"&gt;&amp;quot;http://schemas.microsoft.com/exchange/services/2006/messages/SendNotification&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small"&gt;, ReplyAction = &lt;/span&gt;&lt;span style="color:#a31515;font-size:small"&gt;&lt;span style="color:#a31515;font-size:small"&gt;&amp;quot;*&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small"&gt;)]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:small"&gt;in the file INotificationServicePort.cs in the InfiniTec.Exchange.Notifications folder to&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;span style="color:#2b91af;font-size:small"&gt;&lt;span style="color:#2b91af;font-size:small"&gt;&lt;span style="color:#000000"&gt;[&lt;/span&gt;OperationContract&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small"&gt;(Action = &lt;/span&gt;&lt;span style="color:#a31515;font-size:small"&gt;&lt;span style="color:#a31515;font-size:small"&gt;&amp;quot;*&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small"&gt;, ReplyAction = &lt;/span&gt;&lt;span style="color:#a31515;font-size:small"&gt;&lt;span style="color:#a31515;font-size:small"&gt;&amp;quot;*&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:small"&gt;)]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br&gt;Henning&lt;/p&gt;
&lt;/p&gt;&lt;/div&gt;</description><author>hkrause</author><pubDate>Sun, 15 Nov 2009 19:36:12 GMT</pubDate><guid isPermaLink="false">New Post: Exception in Push notification client 20091115073612P</guid></item><item><title>New Post: Changing the server name to an IPAddress on the listener</title><link>http://exchangenotification.codeplex.com/Thread/View.aspx?ThreadId=72266</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;&lt;br&gt;you can just put the ip address as string in the local endpoint property.&lt;br&gt;&lt;br&gt;Kind regards,&lt;br&gt;Henning Krause&lt;/div&gt;</description><author>hkrause</author><pubDate>Fri, 16 Oct 2009 20:52:31 GMT</pubDate><guid isPermaLink="false">New Post: Changing the server name to an IPAddress on the listener 20091016085231P</guid></item><item><title>New Post: Changing the server name to an IPAddress on the listener</title><link>http://exchangenotification.codeplex.com/Thread/View.aspx?ThreadId=72266</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I appreciate the work you have done in creating these helper classes, it has saved me an enormous amount of time.&lt;/p&gt;
&lt;p&gt;I have run into a little snag though, and was wondering if it is possible to set a property or something to control the local endpoint creation, primarily the domain name.&amp;nbsp; In my case I have a server that is not visible by its domain name &lt;a href="http://server.foo.com/Temporary_Listen_Addresses/GUID"&gt;http://server.foo.com/Temporary_Listen_Addresses/GUID&lt;/a&gt;, but I would like to replace 'server.foo.com' with an IP address &lt;a href="http://10.0.0.1/Temporary_Listen_Addresses/GUID"&gt;http://10.0.0.1/Temporary_Listen_Addresses/GUID&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Craig&lt;/p&gt;&lt;/div&gt;</description><author>cscambpell</author><pubDate>Fri, 16 Oct 2009 20:23:55 GMT</pubDate><guid isPermaLink="false">New Post: Changing the server name to an IPAddress on the listener 20091016082355P</guid></item><item><title>New Post: Exception in Push notification client</title><link>http://exchangenotification.codeplex.com/Thread/View.aspx?ThreadId=68983</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;&lt;br&gt;I haven't tested the component with Exchange 2010 yet... seems that Microsoft &lt;br&gt;hast changed the interface. I will try that soon.&lt;br&gt;&lt;br&gt;Kind regards,&lt;br&gt;Henning&lt;/div&gt;</description><author>hkrause</author><pubDate>Tue, 15 Sep 2009 14:53:06 GMT</pubDate><guid isPermaLink="false">New Post: Exception in Push notification client 20090915025306P</guid></item><item><title>New Post: Exception in Push notification client</title><link>http://exchangenotification.codeplex.com/Thread/View.aspx?ThreadId=68983</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I tried the push notification client sample on exchange 2010. I am getting the following exception,&lt;br&gt; &lt;br&gt; System.ServiceModel.FaultException: The message with Action '' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.&amp;nbsp; Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).&lt;br&gt; &lt;br&gt; What is the cause of the exception? And how to resolve the exception?&lt;/p&gt;&lt;/div&gt;</description><author>brahan</author><pubDate>Tue, 15 Sep 2009 14:06:31 GMT</pubDate><guid isPermaLink="false">New Post: Exception in Push notification client 20090915020631P</guid></item><item><title>New Post: Is there a link to a distributable version of the listener (eg, before it uses managed api which is beta)?</title><link>http://exchangenotification.codeplex.com/Thread/View.aspx?ThreadId=67807</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;&lt;br&gt;the listener itself doesn't use the managed API at this point - only one of &lt;br&gt;sample applications does. The listener channels all calls to Exchange through &lt;br&gt;an interface. The default implementation of this interface calls EWS directly &lt;br&gt;using WCF.&lt;br&gt;&lt;br&gt;Kind regards,&lt;br&gt;Henning Krause&lt;br&gt;&lt;br&gt;&amp;gt; -----Original Message-----&lt;br&gt;&amp;gt; From: nathan_cp [mailto:[email removed]&lt;br&gt;&amp;gt; Sent: Thursday, September 03, 2009 2:20 AM&lt;br&gt;&amp;gt; To: Krause, Henning&lt;br&gt;&amp;gt; Subject: Is there a link to a distributable version of the listener (eg, &lt;br&gt;&amp;gt; before it&lt;br&gt;&amp;gt; uses managed api which ... [exchangenotification:67807]&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; From: nathan_cp&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Hi,&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; We are an ISV developing a solution for a customer and have heard good&lt;br&gt;&amp;gt; things on the net about the listener, also Hennings blog is quite &lt;br&gt;&amp;gt; informative.&lt;br&gt;&amp;gt; I had planned to investigate using it but also saw the post saying that it &lt;br&gt;&amp;gt; is&lt;br&gt;&amp;gt; using the managed api. I haven't noticed the MS site say that the beta&lt;br&gt;&amp;gt; managed api is distributable yet.  If we could try out the listener and it &lt;br&gt;&amp;gt; seems&lt;br&gt;&amp;gt; as good as its reputation, then we may use it in a commercial solution&lt;br&gt;&amp;gt; (assuming that is allowed, with acknowledement, and without the beta&lt;br&gt;&amp;gt; managed api).  I have looked on this site and can't see a download for&lt;br&gt;&amp;gt; previous releases, but it sounds like there were previous releases, I just &lt;br&gt;&amp;gt; can't&lt;br&gt;&amp;gt; find them, (also, a release history saying which was the latest release &lt;br&gt;&amp;gt; before&lt;br&gt;&amp;gt; inclusion of non-distributable stuff).&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Thanks,&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Nathan.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Read the full discussion online&lt;br&gt;&amp;gt; &amp;lt;http://exchangenotification.codeplex.com/Thread/View.aspx?ThreadId=67&lt;br&gt;&amp;gt; 807&amp;ANCHOR#Post230455&amp;gt; .&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; To add a post to this discussion, reply to this email&lt;br&gt;&amp;gt; ([email removed]&lt;br&gt;&amp;gt; &amp;lt;mailto:[email removed]?subject=[exchang&lt;br&gt;&amp;gt; enotification:67807]&amp;gt; )&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; To start a new discussion for this project, email&lt;br&gt;&amp;gt; [email removed]&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; You are receiving this email because you subscribed to this discussion on&lt;br&gt;&amp;gt; CodePlex. You can unsubscribe or change your settings&lt;br&gt;&amp;gt; &amp;lt;http://www.codeplex.com/site/discussions/project/unsubscribe/exchange&lt;br&gt;&amp;gt; notification&amp;gt;  on codePlex.com.&lt;br&gt;&amp;gt;&lt;br&gt;&amp;gt; Please note: Images and attachments will be removed from emails. Any&lt;br&gt;&amp;gt; posts to this discussion will also be available online at codeplex.com&lt;/div&gt;</description><author>hkrause</author><pubDate>Thu, 03 Sep 2009 05:44:26 GMT</pubDate><guid isPermaLink="false">New Post: Is there a link to a distributable version of the listener (eg, before it uses managed api which is beta)? 20090903054426A</guid></item><item><title>New Post: Is there a link to a distributable version of the listener (eg, before it uses managed api which is beta)?</title><link>http://exchangenotification.codeplex.com/Thread/View.aspx?ThreadId=67807</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We are an ISV developing a solution for a customer and have heard good things on the net about the listener, also Hennings blog is quite informative.&amp;nbsp; I had planned to investigate using it but also saw the post saying that it is using the managed api. I haven't noticed the MS site say that the beta managed api is distributable yet.&amp;nbsp; If we could try out the listener and it seems  as good as its reputation, then we may use it in a commercial solution (assuming that is allowed, with acknowledement, and without the beta managed api).&amp;nbsp; I have looked on this site and can't see a download for previous releases, but it sounds like there were previous releases, I just can't find them, (also, a release history saying which was the latest release before inclusion of non-distributable stuff).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Nathan.&lt;/p&gt;&lt;/div&gt;</description><author>nathan_cp</author><pubDate>Thu, 03 Sep 2009 00:19:34 GMT</pubDate><guid isPermaLink="false">New Post: Is there a link to a distributable version of the listener (eg, before it uses managed api which is beta)? 20090903121934A</guid></item></channel></rss>