Feature Requests and Feedback
-
Add displayMessageFormAsync to office.js so that it accepts a callback
In the current displayMessageForm, when a newly created item.itemId is specified there is a high probability of failure.
When displayMessageForm form fails the caller is never made aware.
Allowing a callback to be passed would permit the request to handle the failure.The ability to display a message form should permit a callback to be passed that expects an indicator of success/failure for the request.
3 voteswe have now all the display APIs in Preview! please check our documentation here
-
Make signature in outlook available through office js
We want to set a different signature in the mail body from the outlook add-in. Right now altering the whole html of the mail body makes this quite impossible, especially because it is different on all different platforms. (win, mac, online different browsers)
81 votesHello all.
Just to give you a quick update: the signature APIs is now in public preview!
Please find all the details about what APIs are released and how to use the preview.
https://developer.microsoft.com/en-us/outlook/blogs/outlook-api-public-preview-announcement-april-2020/You can try the APIs both in Windows and Outlook on the web.
if you find any issues please report them here:thanks and happy coding!
https://github.com/OfficeDev/office-js/issues
- Don't see your idea?