c# - How can my Outlook VSTO Add-in modify the read email form? -


depending on text in email being viewed, vsto outlook add-in use modified form display email.

i able create custom panes, not show want them. can create outlook form regions "adjoining" , show @ bottom. have not been able modify either of 2 default forms outlook uses display email messages - inspector read form, , reading pane form used in main outlook window. (i apologize if i'm using wrong terms.)

this i'd insert text labels , buttons , such right above email message:

enter image description here

enter image description here

is possible? page @ msdn says should able customize standard form.

thank for help.

outlook (nor vsto) doesn't provide placing custom forms @ top of inspectors. outlook form regions doesn't provide such layouts. can use windows api functions subclassing outlook windows , placing custom forms need them. see adjacent windows in outlook article , creating adjacent windows in outlook sample project more information.

you may consider using advanced outlook view , form regions. allow place form @ top position of inspector window.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -