0 votes
by (200 points)

Hi,
We are using the new Graph API library and are wondering if there are any plans to add the following:

Ability to Create folders (the equivalent to https://www.rebex.net/doc/api/Rebex.Net.Ews.CreateFolder.html)

Ability to Update an item (the equivalent to https://www.rebex.net/doc/api/Rebex.Net.Ews.UpdateItem.html)

Added in the near future? Or would we have to for now use raw Graph API calls to achieve this for now?
Like:
https://learn.microsoft.com/en-us/graph/api/user-post-mailfolders?view=graph-rest-1.0&tabs=http

and

https://learn.microsoft.com/en-us/graph/api/message-update?view=graph-rest-1.0&tabs=http

Thanks in advance!

Applies to: Rebex Secure Mail

1 Answer

0 votes
by (72.7k points)

Hello,

Rebex Graph library is quite new product and we have plans to add common missing features.

We will add CreateFolder() and DeleteFolder() methods in near future.

We also plan to add UpdateItem() method, but depending on the difficulty it can be added later.

Please let us know in a comment whether you want to receive beta version of the library when new functionality is implemented (or you can wait till public release).

...