OfficeDev / ews-managed-api

Other
583 stars 317 forks source link

Received HttpStatusCode:[Conflict] ResponseCode:[SubscribeAgain] while subscribing #269

Open GAvinashKumar opened 3 years ago

GAvinashKumar commented 3 years ago

Receiving HttpStatusCode:[Conflict] ResponseCode:[SubscribeAgain] while subscribing with multiple folderId's for notification. Is this supported or any known issues around it ?

SubscribeToPushNotifications( 
            new[] { new FolderId("AAMkADM4ZWZlaYyFx8TNUDummyidRbLIV8hPB9WkAAM43+iZAAA="), 
                        new FolderId("AQMkAGMxYjUzZDA0LTI5NDItNDDummyIdEAAAIBDAAAAA==") },
            Uri url,
            int frequency,
            string watermark,
            params EventType[] eventTypes);