简体   繁体   中英

The Ribbon Pages for an Outlook Appointment Replacement Form Region are disabled

Using C# and VSTO 2015 to create an Outlook Add-in with a custom Calendar and a replacement form region for Appointments

All works fine - except the form Ribbon:

When a user adds a New Appointment (or opens an existing Appointment) in the custom Calendar - my form region opens with the same Ribbon as the usual Outlook Appointment

However, apart from the Appointment Page, almost all the ribbon items on other Pages are disabled. How do I enable these items?

Had a thought and tested it

It is simple really - a Replacement Forms cannot use most Outlook Ribbon Items!

In Visual Studio 2015 "Add New Item" the wizard for an Outlook From Region actually graphically shows this

I guess at least one of the reasons is that the Form Region has no control for the Outlook appointment "Body" - and so nowhere to show the Attachments (or to perform the FORMAT TEXT Tab options etc.)

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