c# - How to Display an Outlook ribbon on both Explorer and Mail.Read? -


i wondering if there easier way of using 1 ribbon , displaying on both :

this.ribbontype = "microsoft.outlook.explorer";   this.ribbontype = "microsoft.outlook.mail.read"; 

normally 1 can set ribbontype property once per ribbon.

this mean archive this, go duplicating "ribbon" class ribbontype property difference. there other way of accomplishing feat ?

ribbontype comma delimited list, should able following:

this.ribbontype = "microsoft.outlook.explorer, microsoft.outlook.mail.read";  

source


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -