| Thread | Last Post | Replies |
|
| Custon Forms not shown | 04 Apr 2004 02:31 GMT | 2 |
We have moved a public folder (contacts) with a custom form from Exchange and Outlook on NT to Ex2003 and Outlook 2003. Everthing seems to work fine, but after searching for a
|
| Easier acces to forms | 04 Apr 2004 02:30 GMT | 1 |
I am looking to make several forms ie Telephone message, holiday forms etc for my company. I am basically trying to arrange it so that all theses forms are located in one area and users can just select the form they want. Is
|
| Contact form change | 04 Apr 2004 02:29 GMT | 1 |
I would like to add some text boxes to the standard Contact information form that comes up when you select "New" while in contacts. In particular, I would like them to show up on the "General" tab, not the "All
|
| Overriding the Item_Send in Outlook Custom Form | 04 Apr 2004 02:26 GMT | 1 |
I have created a Custom Form in Outlook. I am trying to overload the Item_Send event so I can replace the MailItem with a SafeMailItem (using the Redemption.dll) in order to get around the winmail.dat issue with attachments. However, the custom form is still being sent
|
| Customizing the task list print options | 04 Apr 2004 02:26 GMT | 1 |
I'd like to print my "tasks" list but with the "COMPLETE" Note fiel included. I can only print a maximum of 3 lines from the note column. How does one accomplish that? I'm surprised it isn't a standard form provided in Outlook.
|
| Activities Tab | 04 Apr 2004 02:25 GMT | 1 |
I would like to duplicate the functionality of the activities tab But I don't even know what the control is called. Can anyon point me in the right direction Thanks in advance
|
| Newbie question on forms | 03 Apr 2004 16:42 GMT | 1 |
Newbie question: I have a custom reply form attached to a message. End users are aske to fill in some basic text values into the reply form and send it t the manager.
|
| Loading Contact form | 03 Apr 2004 14:18 GMT | 3 |
When I click an appointment time, I would like the contact form to open instead (or along with) the appointment form. I need this to happen so that the user can fill out the contact form, and have some of the information from the contact form transfered to the appointment form. ...
|
| null values and dates | 02 Apr 2004 16:54 GMT | 1 |
I was wondering if you may be able to help me with a problem. I currently have a custom form created that has three start dates on it, I want the to create a field that has the earliest startdate of the three fields. The problem is at times the start dates have null values from not ...
|
| Conflict Message - Outlook 2003 Task | 02 Apr 2004 16:52 GMT | 3 |
My custom form is in a public folder. When two people are in a task and they save it, we get a conflict message e-mail and it gives us the option of saving one of the two or both Tasks.
|
| Redemption MAPITable Filter | 02 Apr 2004 16:39 GMT | 1 |
I am attempting to create a filtered MAPITable using a custom field in the filter. I can get this to work fine on a single machine, however moving the code to another machine fails because the custom field has a different property tag value. I have a custom contact form on my dev ...
|
| determing folder path | 02 Apr 2004 16:30 GMT | 1 |
We have a public folder called 'Sales Contacts' which contains a customized contact form. We want to try and identify people who are copying these contacts to their local contacts folder. Right now I have it coded to return the current folder name. So if
|
| Making form Read Only | 02 Apr 2004 09:41 GMT | 1 |
I want to do this to make my form read only if someone else has opened it first: In Item_Open check a Boolean UserProperty on the item to see if it's True. If it is, someone else has it opened it
|