Questions tagged [outlook-form-region]

5 questions
0
votes
2 answers

How to show a CustomTaskPane in an InlineResponse only within the bounds of the responds like a Form Region

The Screenshot shows an empty Form Region that is displayed the way I'd like to have my Custom Task Panel being displayed. The CTP, the panel at the bottom, is not supposed to take the whole explorer width. this.pane =…
Pascal
  • 51
  • 1
  • 5
0
votes
1 answer

How to Expand OutlookFormRegion in C#?

I am facing am issue in Outlook VSTO addIn where OutlookFormRegion is used in Adjoining FormRegionType. So is there a way to change its state i.e. expand (if region is collapsed) via C#? I could not find a location where this state persists? In my…
Jhanzaib
  • 1
  • 2
0
votes
1 answer

VSTO Outlook: Use a form region or a custom task pane to implement a toolbar. Which best?

I want to create my custom toolbar at the top for explorer and inspector window. I want to make it ALWAYS visible. So which is the best approach, to use a custom task pane or a form region? Which best? What are the advantages and disavantages for…
Willy
  • 9,848
  • 22
  • 141
  • 284
0
votes
1 answer

How to automatically shorting To/Cc/Bcc recipient/Sender to friendly Hyperlink

I want to when every Reply/Forward an email in Outlook 365 that the last To/Cc are shorten to Friendly Hyper Link like this: Explain
0
votes
2 answers

How can i add a customized reading pane for my Add-In in Outlook with C# in Vsto?

I am in the process of implementing an add-in for outlook. I am currently implementing all messages with the MessageBox. As this is not a nice solution, I would like to display the messages via a reading pane or something similar. How can I…
Ni Na
  • 15
  • 4