You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the NET6 fork is 6 commits behind, and one of those commits actueally mentions the token. This commit 59fb5fa by @lanfeust69 from June 15, 2020 it might be the problem. So perhaps the NET6 should catch up to this repo first and take in the 6 commits.
Hi,
I have recently migrated our code from Microsoft.Exchange.WebServices.NETStandard to Exchange.WebServices.NET6.
The code that we use to call EWS is pretty much the same with the exception of a couple of method calls being async instead of non-async.
Since changing, I get the the format of value 'bearer ' is invalid error message when trying to call email.Send or email.SaveAndSend.
I went back to Microsoft.Exchange.WebServices.NETStandard and all is once again well.
Please could you advise.
Many thanks
Simon
The text was updated successfully, but these errors were encountered: