Outlook Add-in - Dynamic Control Button Highlight On Click - outlook

I developed an add-in built with yo generator (Node.js) that works as a configurator which enables the outlook compose to enable/disable sending a copy of the new email to a custom url on-send.
There's a control button added that says 'Toggle Send to cCRM' but I would prefer a toggle text dynamically from 'Enable send to cCRM' to 'Disable send to cCRM' and vice-versa when clicking the control button to improve UI experience. Is it possible to accomplish?

Nope. Toggle buttons as well as callbacks are not supported in web add-ins. See Control types for more information.
Feature requests on Tech Community are considered, when the dev team go through the planning process. Use the github label: “Type: product feature request” at https://aka.ms/M365dev-suggestions .

Currently the feature to dynamically change the icon in the ribbon, you requested, is not a part of the product. We track Outlook add-in feature requests on our Tech Community Page. Please submit your request there and choose the appropriate label(s). Feature requests on Tech Community are considered, when we go through our planning process.

Related

How to add custom button in outlook mail page and outlook calendar page using outlook add-ins manifest file?

In outlook mail , mail read page and calendar page , i want to add a custom button using outlook add-ins manifest file
if i install outlook add-ins this button will be show on that places
Any extension point is there for custom button add , I want trigger some function in outlook add-ins after click that custom buttons
it is possible or not , The outlook mail support for add custom button using outlook add-ins
please suggest me
Currently the feature you requested, is not a part of the product. We track Outlook add-in feature requests on our Tech Community Page. Please submit your request there and choose the appropriate label(s). Feature requests on Tech Community are considered, when we go through our planning process.

How to show Office addin taskpane icon default in message surface?

Latest office add-in icons showing in the the overflow menu in the outlook explorer view. But I want to show this in default without setting any mail settings. ( check the attach image, I want show task bar button shows in the message surface area )
Do I need to add any changes in manifest file ?
We currently do not support pinning on an email surface from the Manifest. It can only be done through the settings option inside of Outlook Web app and is specific to the client. Add-ins are also pinned on the email surface by default when installing from the marketplace from Outlook Web App (unless the user specifically unpins it)
Currently the feature you requested, is not a part of the product. We track Outlook add-in feature requests on our user-voice page. Please add your request there. Feature requests on user-voice are considered, when we go through our planning process.
https://officespdev.uservoice.com/forums/224641-general/category/131778-outlook-add-ins

Outlook web addin issues

I am developing an Outlook Web Addin using Fabric UI.I have run into couple of issues which are given as follows:
The following is my outlook web addin screen shot:
1:
Issue #1 : I do not have access to addin title "My Test Outlook Web Addin" from within my code. I want to change the CSS properties of the title but I do not seem to have access. This title is defined in an XML file.
Issue #2: I have "Save" and "Cancel" buttons. In their call backs I need to perform some task and close the addin dialog. But I am not able to close the addin dialog. I can close the addin by clicking 'X' icon on the top, but not from within my code.
Issue #3, How to get file types icon with plane JS? (https://developer.microsoft.com/en-us/fabric#/styles/web/file-type-icons)
I am not using React or AngularJS. I am using Core fabric UI with plane JS.
Any help on these issues and on how to control properties of outlook web addin is highly appreciated.
Thanks!
For Issue #1: It is currently not possible to change the styling of the title bar. We track Outlook add-in feature requests on our user-voice page. Please add your request there. Feature requests on user-voice are considered when we go through our planning process.
For Issue #2: You can use the closeContainer API to close the add-in task pane.

How i can add button to main menu not inside message

How to add button to main menu behind "Mark all as read"
instead of showing button inside email body read document but it doesn't help me to find solution,
You cannot get your add-in icon displayed in any place you like. The add-in controls are defined by manifest and displayed in predefined locations of particular client (Outlook Web, Outlook desktop for Windows or Mac, Mobile). Up to developers (Microsoft team) to define the place where the add-in controls will be displayed.
EDIT:
There are two places where add-ins may appear in the client interface. This depends on what type of add-in you have created. There are command add-in and contextual add-in. Both of them will appear somewhat in the space of the message view anyway. The following are examples of where they appear withing the interface ...
And for web view ...
To read more on Outlook add-ins Extension points got to Outlook Add-ins overview article.
Currently the feature you requested is not a part of the product. However, we track Outlook add-in feature requests on our user-voice page. Please add your request there. Feature requests on user-voice are considered when we go through our planning process.

How to hide Assistant/Activities tab and Attach button in Notes section on Social Pane in Dynamics 365?

Has anyone had an experience modifying the Social Pane in Dynamics 365?
Hiding the Assistant and Activities Tab
Hiding the Attach button in the Notes Tab
Googling shows unsupported way by accessing and hiding by DOM manipulation. Has tried Security roles, Ribbon Workbench but still tabs and Attach button are showing. The Notes form also cannot be customized.
We tried also the Intelligence Configuration by following this: https://learn.microsoft.com/en-us/dynamics365/customer-engagement/sales-enterprise/configure-enable-embedded-intelligence
But nothing changed.
Can you share your experience on this?
The social pane is a disappointing feature. The only two things you can change is the order of the activities displayed and the default tab.
If you want to prevent your user from attaching files to notes, you can make a plugin on the creation of the note and throw an exception.
To hide the other tabs, the only way I can think of is unsupported. Using javascript. I don't like it but when my clients are asking for it, I do it.
Unfortunately we don't have lot of control over there to customize Social Pane the way we want. Maximum we can configure that what should be the default tab (Supported Customization).
Dynamics 365 got Timeline control (Social Pane 2.0) which has more doors open like: Timeline is available in Mobile, Dashboards, unified experience, filtering options, etc. But only catch: it is available only in Unified Interface (UCI App aka model-driven PowerApp & Hub apps) and not on Standard Web client.
Read more
Embedded Intelligence will enhance Relationship Assistant experience.

Resources