outlook add-in
6 TopicsUpdate Email Body in Read Mode Using Office.js in New Outlook/Web Outlook
Hello Community, We are creating an Outlook add-in that encrypts and decrypts emails using our in-house proprietry algo. As part of the decryption process, we need to modify the email body in read mode after decrypting the content. We are currently using the following Office.js API: Office.context.mailbox.item.display.body.setAsync(bodyText, (asyncResult) => { // Handle result }); This works as expected in Classic Outlook. However, it does not seem to be supported in the new Outlook or Outlook on the web (OWA). My question: Is there currently any way (including beta APIs) to update the body of an email in read mode using Office.js in the new Outlook or OWA? If not, is there a recommended workaround or a roadmap for this feature in future Office.js versions? We are open to using preview or beta APIs if necessary, as this feature is critical to our add-in functionality. Thanks in advance for your support!95Views0likes1CommentClarification Request: Outlook Web Add-In Endpoint Depreciation
Hello Team, I trust this message finds you well. We are currently utilizing an Outlook web add-in, and we want to seek clarification on the endpoint deprecation issue. Our add-in is a straightforward integration that users add to their Outlook accounts after logging in through the web or Outlook desktop application. We are using the endpoint: https://outlook.office.com/api/v2.0/me/messages/{apiId}/$value as referenced from https://learn.microsoft.com/en-us/previous-versions/office/office-365-api/api/version-2.0/mail-rest-operations . We have come across two seemingly contradictory statements from Microsoft regarding the deprecation of this endpoint: https://learn.microsoft.com/en-us/previous-versions/office/office-365-api/api/version-2.0/use-outlook-rest-api Outlook REST API v2.0 and beta endpoints decommissioning update The documentation in the first link suggests that the endpoints are either deprecated or will be deprecated soon, while the second link indicates that the deprecation will not impact Outlook add-ins using the Outlook REST. Could you kindly provide clarification on this matter? We aim to ensure our add-in remains compatible and would appreciate guidance on adopting a more sustainable approach if necessary. Thank you for your time and assistance.447Views0likes0CommentsViva Insights - Personal Insights Forum
Hi community members! Please use this board for discussions on the below topics: Personal Insights: You can use this forum to post questions about your personal insights such as wellbeing, productivity, and teamwork. Web App/Teams App: This forum is also a space for questions about personal insights on the web app and the Teams app Outlook Add-in: You can also use this forum to ask questions about the briefing emails and the Viva Insights Outlook Add-in Please remember to review the general guidelines before posting. Note that this community is to share experiences and general questions only, please open a support ticket for specific questions on your organization's support issues.772Views1like0CommentsAdd SPFx based outlook add-in in Office Store
We have created an outlook add-in application using SPFX. Now we want to put this application with SPPKG in the Microsoft office 365 store as an outlook add-in. We are stuck as we have not found a convenient method. Is there any standard way of doing this? Thanks, Gaurav Goyal783Views1like0CommentsOutlook iOS - Circumventing App Protection Policies with Add-Ins
Outlook mobile for iOS now includes a feature that lets you install Add-Ins on the mobile client. Although I see how this could be viewed as a great and conducive feature for the user, there is a significant problem it brings up - it circumvents the app protection policies applied to the Outlook app. For example: I have my corporate email added to the Outlook iOS app that is containerized with our app protection policies, I then add the Evernote add-in and sign in with my personal account information, I'm now able to save corporate emails to my personal evernote. And as far as I can tell, I as an administrator have no visibility into this. Is there a way to disable these add-ins from an administration standpoint that I might be missing?Solved7.2KViews0likes8CommentsChanging the body content of email in Outlook Add-In
Hi I am developing an outlook add-in using jQuery. I am trying to add the links to the contents of the emails in the main body. But I am not able to add the links. They only gives the option of known-entities and regular expression which do not fulfill my requirement. For example let say I have the following emails. Hi I am trying to make the outlook plugin. Please help me on that. And another email :: Hey outlook developers, I am too impatient to find the options of changing the email body in the outlook plugin. Outlook plugins are cool Now lets say i have the list of words ["Please", "body", "options", "outlook"] to which I have to add links on my email body such that the emails should change into :: Email 1: Hi I am trying to make the https://docs.microsoft.com/en-us/outlook/add-ins/ plugin. https://docs.microsoft.com/en-us/outlook/add-ins/ help me on that. and Email 2 Hey outlook developers, I am too tired to find the https://docs.microsoft.com/en-us/outlook/add-ins/ of changing the email https://docs.microsoft.com/en-us/outlook/add-ins/ in the outlook plugin. https://docs.microsoft.com/en-us/outlook/add-ins/ plugins are cool Is there any way I can achieve this in Outlook Desktop or Web in any platforms? Any help will be much appreciated.1.1KViews0likes0Comments