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
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
We validate the user on Azure AD and found this have valid license (Office 365 E5 Developer). We are using OAuth grant flow.
While fetching data from Exchange using Exchange service, ExchangeService.GetRoomLists() is returning error as "Mailbox '' doesn't have a valid license."
Detail message:
Error Message:An internal server error occurred. The operation failed., Mailbox '' doesn't have a valid license.
Stack Trace: at Microsoft.Exchange.WebServices.Data.ServiceResponse.InternalThrowIfNecessary()
at Microsoft.Exchange.WebServices.Data.GetRoomListsRequest.Execute()
at Microsoft.Exchange.WebServices.Data.ExchangeService.GetRoomLists()
Here ExchangeService is Microsoft.Exchange.WebServices.Data.ExchangeService.
Please suggest the missing part?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We validate the user on Azure AD and found this have valid license (Office 365 E5 Developer). We are using OAuth grant flow.
While fetching data from Exchange using Exchange service, ExchangeService.GetRoomLists() is returning error as "Mailbox '' doesn't have a valid license."
Detail message:
Error Message:An internal server error occurred. The operation failed., Mailbox '' doesn't have a valid license.
Stack Trace: at Microsoft.Exchange.WebServices.Data.ServiceResponse.InternalThrowIfNecessary()
at Microsoft.Exchange.WebServices.Data.GetRoomListsRequest.Execute()
at Microsoft.Exchange.WebServices.Data.ExchangeService.GetRoomLists()
Here ExchangeService is Microsoft.Exchange.WebServices.Data.ExchangeService.
Please suggest the missing part?
The text was updated successfully, but these errors were encountered: