| Thread | Last Post | Replies |
|
| Here's a better question. | 15 Jun 2005 13:13 GMT | 1 |
How can I learn to code VBA? I want to know what the instructions are and what the basic structure of code should look like.
|
| Lost custom fields in Outlook | 15 Jun 2005 03:53 GMT | 3 |
- I created user-defined fields and a form for contacts in Outlook 2002. When I upgraded to Office 2003, my form was gone. - Although I was able to rebuild most of the form, I can't find a way to select some of my custom fields when I am designing the form. These fields
|
| Form Dropdown List | 15 Jun 2005 03:51 GMT | 1 |
I'm new to Outlook Forms. I'm using the message format. I need to create a dropdown list which has around 110 dropdown value to pick from. However, they can only choose one value I know how to manually type in the values with the semicolon in th
|
| Printing An Outlook Form | 15 Jun 2005 03:50 GMT | 1 |
I tried to print the Outlook form but it only list the informationa fields and not the form itself How can I print the form showing layout, pictures, logo etc.
|
| Displaying a drop-down of FROM choices... | 14 Jun 2005 12:47 GMT | 6 |
I'm trying to create a simple Outlook form that allows the user to send messages as another person via a simple drop-down list. Why is that so seemingly difficult? The users already have permission to send as the chosen mailbox. In fact, if I simply add the stock FROM field to ...
|
| Custom Form ERROR | 10 Jun 2005 17:42 GMT | 5 |
I have what seems to be a strange problem. Firstly i created a add-in in vs.net that adds new tasks for a user from a project management app. In order to view custom data from the external app i've created a custom form. This form contains basically a ActiveX control (written in ...
|
| TaskItem UserProperties are lost !!! | 10 Jun 2005 16:49 GMT | 3 |
I add a couple of UserProperties to taskitems. but these properties are lost once i shutdown and open outlook again. The code that adds property is Outlook.UserProperty prop = null; prop = item.UserProperties.Find("Project",missing);
|
| Owner Permissions | 10 Jun 2005 14:47 GMT | 1 |
When I try to publish a form to the Organisational Library I get the following message: Unable to publish form due to MAPI error. The form cannot be installed because you don't have owner permissions.
|
| Outlook custom forms issue | 10 Jun 2005 14:45 GMT | 1 |
What could be the reason that the published custom outlook forms are appearing blank? Please guide me and suggest me how to resolve this problem?
|
| FIX one offed Form | 09 Jun 2005 16:20 GMT | 1 |
I've created custom forms that are used in conjuction with a workflow sink. The forms had been working fine for a couple of weekds until recently it appears some forms have become one -ff. I had put the fix using
|
| FormatDateTime Question In Outlook | 09 Jun 2005 14:43 GMT | 2 |
I'm using O2003. I have the following script that returns the following values: day of week and date in long format "Wednesday, June 08, 2005" Sub ShowDate()
|
| e-mail draft | 08 Jun 2005 22:41 GMT | 1 |
Somehow I've turned on an automatic attachment of my business card each time I prepare an e-mail. How do I stop this?
|
| Custom form could not be opened. | 08 Jun 2005 20:50 GMT | 4 |
When a user creates a Time-Off request that is located in the Organization Folder (which I have created/published) and the manager approves it and then deletes the message, he is unable to open it in the Deleted Items folder. He gets this message...
|
| EntryID changed after version upgrade? | 08 Jun 2005 19:37 GMT | 8 |
Does anyone know if Outlook items get new EntryID:s when you make a version upgrade? When upgrading from OL 2002 to 2003 (and upgrading Exchange Server from 2000 to 2003) our custom Contact folder stopped working.
|
| StampDate Format For Data and Time | 08 Jun 2005 17:31 GMT | 1 |
I'm using the following code to insert the date and time into my contacts notes. Is there a way to customize the format of the date and/or time to maybe show only the date? It currently comes out as "6/7/2005 5:09:27 PM"
|