User Profile
Gousia_Begum
Former Employee
Joined 7 years ago
User Widgets
Recent Discussions
Re: How to add Personal Tab dynamically by user at runtime in teams according to his API provided ?
aniketkadwane1600 You can only add a channel tab dynamically using Graph API. Please check this docs to Add channel tab using Graph. Personal tabs should always be added from the app manifest.2.6KViews0likes4CommentsRe: How to create configurable tabs (Dynamically added by user) in custom application for teams ?
aniketkadwane1600 All the pages that you want to add as config tabs should be listed out in the configuration page. Please take a look at adding a Configuration Page. Here is a sample configuration page.3.7KViews0likes1CommentRe: Toogle between MTR UI and custom UI
_Olof_ Thanks for sharing the info. This is not possible for anyone other than our MTR OEMs to do today. So unfortunately the answer is no, at least for now. We are thinking through how we could potentially expand our MTR extensibility model in the future.2.1KViews0likes1CommentRe: How to get rid of parameters
marcusyoung You cannot configure the Message Extensions without parameters. This is a bug. We have an open bug on this which we are working on. Currently, we do not have an ETA for the fix to share with you. If initialRun is set to true for a command it will be executed automatically.1KViews0likes0CommentsRe: Adding Commands to Messaging Extension in the Compose Message Area
marcusyoung This will appear if you pin your message extension app with multiple action commands. To do so, please click on the 3 dots icon in your compose area, right click your app and click pin. You will then be able to see this behaviour on left click on the pinned icon.1.3KViews0likes0CommentsRe: Authenticate a user in MS teams custom app using asp.net and c#
Rajesh Lohar You can implement SSO for tab. SSO picks up the credentials of the user from teams login and the user does not have to enter the credentials again. Here is the docs for SSO and the sample. But, currently we do not have a complete sample in C#. But since this is just a web page you can still use it in your C# solution.9.3KViews1like2Comments
Recent Blog Articles
No content to show