Answer posted by Patrick Brice
9 years ago.

David Try adding the following to the end of your Read Only Service property:

svc.ImpersonatedUserId = New ImpersonatedUserId(ConnectingIdType.SmtpAddress, "room@domain.com")

Be aware that it will require that the user you use for "WebCredentials" has access to the Room, Mailbox, etc.

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.