Mike
Mike

Reputation: 972

Outlook Javascript Add-Ins for Folders

I want to build an Office JS Add-In for Outlook which interacts with a folder, so that users can apply external properties to that folder. However, it seems that the only interfaces are with messages and appointments. Is there any way to accomplish what I would like to (i.e. utilize the API to take in and show data stored externally about a folder)?

Upvotes: 0

Views: 683

Answers (1)

Eugene Astafiev
Eugene Astafiev

Reputation: 49453

You can make EWS calls from Outlook web add-ins, see Call web services from an Outlook add-in for more information. It seems you are interested in the UpdateFolder operation.

Upvotes: 0

Related Questions