Tagged Questions

0
votes
1answer
20 views

Can Outlook Forms be viewable by other not using Outlook as their email program?

Hello, I have created a custom Outlook form in 2007 and I have some receipeints that need to visualize it but do not use Outlook as their email program. Is it possible to make cha …
0
votes
1answer
14 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 do …
0
votes
1answer
201 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 pro …
0
votes
0answers
44 views

Working with Forms in Outlook [closed]

My boss asked me to make a custom form in Outlook to streamline the process of sending automated form letters. Essentially what I need to do is have a few text boxes for input wher …
0
votes
2answers
217 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 app …
0
votes
2answers
124 views

Outlook Form

Hello, 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 …
0
votes
2answers
545 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? …
0
votes
0answers
96 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 projec …
0
votes
0answers
271 views

Outlook Custom Form Region - show on button click

Hi All, I've created an Outlook 2007 add-in using VS.Net 2008. Added a Ribbon (Visual designer) with a button. I've added a custom form region with a messageclass of IPM.Appointme …