Tagged Questions

1
vote
0answers
111 views

outlook custom form to work with helpdesk api

I am using manageengine service desk as an it helpdesk, however most people just send an outlook email to the helpdesk email to create a task I wanted to make a custom form on outlook, however i am ...
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
69 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
32 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
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
89 views

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
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
728 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 ...
0
votes
1answer
544 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 ...