| Thread | Last Post | Replies |
|
| More efficient Selected Items? | 20 Nov 2004 17:35 GMT | 2 |
Does anyone know of another way to get the list of currently selected items in an Outlook view other than using Application.ActiveExplorer.Selection.count? If find that with Application.ActiveExplorer.Selection.count the
|
| It appears Smart Tags Are only for editing in Outlook, what about. | 20 Nov 2004 14:51 GMT | 1 |
I am trying to define smart tags that will be used to process an incoming message. However it does not work if I am viewing the message. When I compose a message I see the smart tags invoked. Is it true it is impossible to force this? It may work if
|
| Custom Forms and OWA | 19 Nov 2004 22:16 GMT | 1 |
Quick question for you all: We have multiple custom forms being used on our Public Folders (hosted by Exchange 2003). The issue is that when users are remote and login to their mailbox via OWA, no custom forms will display on the browser. Therefore, a
|
| Automatically Populating the CC: field | 19 Nov 2004 16:58 GMT | 1 |
I'm not a programmer but would like to automatically fill the cc: field for two or my mail accounts. Is this possible? Thanks, Kevin S. Ahlstrom
|
| Disable Save | 19 Nov 2004 16:30 GMT | 2 |
In my outlook task form, I want to disable the save feature if this is true. How do I do this. I know the command item.save, but item.readonly doesn't seem to work? Function Item_Open(ByVal Name)
|
| Command BUtton - Forward current form | 19 Nov 2004 15:28 GMT | 3 |
I have several forms that I created a few years ago using MS Outlook 98. I am now in the process recreating the forms using MS Outlook 2003. In the form I have the user fill out all the fields in the page. I then have them press a command button at the bottom of the form so it ...
|
| DateTimePicker | 18 Nov 2004 20:17 GMT | 1 |
Please excuse my total ignorance. I've created a custom form. I'm tring to input a "start date" field. It seems like the DateTimePicker would be ideal. Unfortunately, I can't figure out how to input it into my form. Do I have to input a script. If so, which one do you recommend. ...
|
| How to put the form on a public folder | 18 Nov 2004 17:12 GMT | 1 |
After several attempts, I mananged to make a customised form works and published this in a folder. However in order to use it, users need to go to file, new and 'Choose a form' and choose the form to use. Instead of long wided to get to use the form, I was wondering if this
|
| Passing parameters to custom Journal Form | 18 Nov 2004 16:00 GMT | 1 |
Scenario: I have created a custom journal form to set the default entry type, categories, and started the timer with the Item_Open event. I execute this from the command line right now. I was wondering if I could pass an extra
|
| Failure on CreateObject statement in custom form | 18 Nov 2004 12:32 GMT | 1 |
I implemented a custom for on Exchange server that is used by 4 people. Captures data and uses Word and word template to print and email a customized paper form. Two weeks ago the following statement began to fail on a single machine
|
| Stroring Files on a custom taskbar form in outlook 2000 | 18 Nov 2004 12:31 GMT | 1 |
I would like to be able to create a field that allows me to store files on a custom form in the taskbar. I realize that this function is availalbe on the default form, but would like to create multiple fields to store files of varying types.
|
| Message-Form won't run from toolbar | 18 Nov 2004 12:30 GMT | 1 |
I've created a form based on the new message form (ipm.note) with additional buttons and code. Code works fine. I need to create an icon on the toolbar, that will open this form as an alternative to the standard new message form.
|
| A program is trying to access your Address Book | 17 Nov 2004 15:50 GMT | 2 |
How do I programmatically suppress or default the yes button (VB.net or C#)
|
| Form printing | 15 Nov 2004 23:45 GMT | 1 |
I've created a form, having few check boxes and few text boxes. When I send this to someone they are not able to print the form as it is. I need to print the form, then only the check boxes will show in the print out. The purpose of this to send a check list. All the possible ...
|
| Setting fields to read-only/disabled when a given form is forwarde | 15 Nov 2004 23:44 GMT | 3 |
I'm a little stuck with this. I have around 10 fields I want to lock after data is entered into them and the form is sent/forwarded.. I have a construct I found (Thanks to Sue Mosher) to get me started, but I've hit a snag and don't know what to enter-
|