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.
Hello,
since a few weeks we have problems to access the Archive Mailbox in Exchange Online.
We convert a HexEntryId (MAPI entry id from outlook) to an EWSId.
After the conversion, we make a bind to this object.
var items = service.BindToItems(new List<ItemId> {new ItemId(convertedId.UniqueId)}, PropertySet.IdOnly);
I get following error message:
The specified object was not found in the store., The store ID provided isn't an ID of an item.
With an OnPrem Exchange my code works.
Regards
Nico
The text was updated successfully, but these errors were encountered: