Tagged Questions

1
vote
0answers
242 views

Why does a Form Region in Outlook 2007 Plugin keep a reference to the underlying object open?

I've created an empty Outlook 2007 Plugin Project in Visual Studio 2008 (SP1). Then I added a new Form Region (Contact type, Adjoined, otherwise defaults) and then I run the project. Outlook opens, ...
0
votes
1answer
75 views

“You replied to this message on” title in add-in form region

Is there any way I can add the "You replied to this message on XXX" title (the current outlook one has a nice exclamation mark too!) easily to my own form region? Perhaps define a placeholder in the ...
0
votes
0answers
35 views

Outlook form region redraw fields in CFormRegionShow::Show (->put_Top(0))

I have a C++ add in for Outlook and it communicates with a form region. In CFormRegionShow::Show I try to change the GUI. For an example: CComPtr<MSForms::IControl> spICCText; ...
0
votes
1answer
74 views

Outlook form region right to left

I have created an Outlook add in that has a form region for Outlook 2007. The form region contains the sent, cc and bcc labels (OlkLabel), and some more stuff. This form should support right to left ...
0
votes
1answer
57 views

Customizing outlook forms locally

Is it possible to customize Outlook forms locally on users' computers without using exchange for deployment? We developed an addin for outlook, a small customization needs to be done on the clients ...
0
votes
1answer
1k views

Disable/Hide in built Send button in Outlook form

I am working on Outlook Addin developed in C# and VS-2008. In this we are having our own custom form .oft On this form we have our custom “Send” button on click event of it our processing continues. ...
0
votes
2answers
730 views

MS Outlook - extending forms automatically

I need to develop the Outlook Extension capable of extending existing forms with tabs, downloaded from remote server. For example, in the appointment form additional tab should appear. Form definition ...