- Notifications
You must be signed in to change notification settings - Fork 76
Closed
Description
this is my code -
var Streaming = new ews.StreamingSubscriptionConnection(exch,1); exch.SubscribeToStreamingNotificationsOnAllFolders([1]).then(function(responses){ console.log('oo'); Streaming.AddSubscription(responses); Streaming.OnNotificationEvent.push(function(){ console.log('aa'); }); Streaming.Open(); },function(responses){ console.log('xx'); }) but when event hapen
OnNotificationEvent not work
I use ntlmXHRApi to auth Streaming
maybe is ntlmXHRApi not support Streaming
have any way can make Streaming working on ntlmXHRApi?