简体   繁体   中英

Outlook Visual Studio Built Add-in location?

I've developed a Microsoft Outlook Add-in using Visual Studio 2013. Currently it only displays in the top bar when an email is double clicked to open. I'm trying to figure out how to set it so that the Add-in is also available on the main level.

So you could simply click once on the email to view it as you usually would (highlighting the email) and then click the button function in the add-in directly from that main outlook window. Without having to double click and open the email to view the add-in and click it's function button.

Not sure which part of the code to include for this...

Thanks.

How do you return the ribbon XML? Your implementation of IRibbonExtensibility.GetCustomUI must return the appropriate XML when the RibbonID parameter is "Microsoft.Outlook.Explorer"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM