I must convert an EWSId (ItemId) to a RestId from within Java, so i cannot use office.context.mailbox.convertToRestId.
Any idea what this method does internally so i can rewrite it in Java?
I must convert an EWSId (ItemId) to a RestId from within Java, so i cannot use office.context.mailbox.convertToRestId.
Any idea what this method does internally so i can rewrite it in Java?
The RESTId's are just a URL safe version of the EWSId which is Base64 but not URL safe. That said in Beta there is an action in the Graph that can be used to convert Id's which is always going to be the safest approach https://github.com/microsoftgraph/microsoft-graph-docs/blob/master/api-reference/beta/api/user-translateexchangeids.md