Tagged Questions
The outlook-form tag has no wiki summary.
3
votes
1answer
340 views
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 ...
1
vote
0answers
112 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
70 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
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
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
65 views
Can Outlook Forms be viewable by other not using Outlook as their email program?
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 ...
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 ...
0
votes
1answer
546 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 ...