outlook-form

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.Appointment.MyWindow. How do I show the custom form region as soon as the user clicks on the button on the ribbon I've created? Thanks in advance! ...

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, I go to a contact change a couple of things, then click on the close button. Outlook asks if I want to save, I choose No. My understandin...

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 create the custom form, but I don't know how to change what the menu item does. Jon ...

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 instance, if i double click the .oft file i see the body with that old signature and then my newer one below it. I would like to delete that old signature tha...

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 in this tab is downloaded from a web service and rendered using, say, WPF. Data for this tab is also coming from server, and is bind to th...

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. Now the problem we are facing is we want to disable or hide the built-in send button of Outlook on the Ribbon. Also we want to disable or h...

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 that the addin will be deployed, but we won't be using Exchange for deployment of the customized forms. Is this possible? ...

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 changes to the Form to ensure that they are able to view the form as an email? ...

How can I clear the cache in an Outlook client programmatically?

I am executing the following routine often in order to clear the local cache of many Outlook clients (Outlook 2003) in order to fix corrupted Forms stored on the users local drive. On the Tools menu, click Options, and then click the Other tab. Click Advanced Options. In the Advanced Options box, click Custom Forms. In the Custom Fo...

how to run my form that i have created in outlook

i have created a form to automate a task in outlook how i run the form like if want it as executable or icon on the desktop which on clicking will run my form ...