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
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
73 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
0answers
95 views

How to Use my Custom form For Some Specific Emails in Outlook

First Let me Explain the Scenario I Got As I am a newbie to the Outlook Programming please forgive this is a stupid question and direct me to correct way. In my Custom Application a to-do item will ...
0
votes
1answer
545 views

How do I remove old signatures from Outlook forms?

i had to modify an existing form, which i did and saved it on my desktop as .oft file. My problem is that when ever i send this form i have an old signature that shows. for instance, if i double ...
0
votes
2answers
3k views

Using custom form in Outlook when creating a new mail message

I want to create a custom form in Outlook 2007 and then have that form be the form that comes up when the user clicks New / Mail Message in the toolbar. Is there a way to do that? I know how to ...