| Thread | Last Post | Replies |
|
| Error pubilshing form | 30 Oct 2005 21:58 GMT | 5 |
When I tried to publish my form, I browsed and selected the e-mail folder I wanted it published in. When I went into the Properties for that folder, I selected the General tab, and from the "When posting to this folder, use:" drop-down list, I selected
|
| custom form not working on terminal server | 30 Oct 2005 15:18 GMT | 1 |
When on our Terminal Server, my customer form does not run the script. Is there an additional program that needs to be installed to get it to work. Perhaps there was a certain portion of exchange or outlook that was not installed? Everything else regarding the form works fine, ...
|
| How to create shortcut to user created outlook mail templates? | 29 Oct 2005 21:19 GMT | 1 |
Want to know if there's an easier way to choose a custom Outlook mail message template, than going to <new><forms><choose Form><user templates in file system>, then selecting my template. Having various custom forms as icons in the toolbar would be great!
|
| create e-mail proofing bypass button "ignore all, just send" | 28 Oct 2005 21:43 GMT | 1 |
 Signature Robert Frank, editor WSU Today Washington State University
|
| Saving to a custom form | 28 Oct 2005 17:01 GMT | 9 |
have a custom page in Outlook 2003 that is created for contact items. Developed with VS.NET 1.1. I have a problem saving values to my controls. The first time the page is created, I am able to load a picture to my image control based on
|
| filling a combo box and sorting | 28 Oct 2005 16:27 GMT | 3 |
I have a form with a combo box and want to fill it with data from a table in access. I was able to fill it, but I want to sort the data in the combo box alphabeticlly.
|
| How do I set up a print page when creating a form in Outlook? | 28 Oct 2005 12:36 GMT | 1 |
I have created a new message form in Outlook. My Compose Page is set, my Read Page is set... but it won't print right. What am I missing here? I don't see anything for designing a print page. Please, help!
|
| save as type, do not have outlook template | 27 Oct 2005 22:06 GMT | 2 |
I am trying to set up e-m template. It tells me for step 7. In the save as type to click outlook template. and save. Outlook template is not one of my options. please help
|
| Time Stamp | 27 Oct 2005 21:47 GMT | 1 |
I am trying to figure a way to add a time stamp to a custom form when a checkbox has been hit. I had it down to do a something like this: if item.userproperties.find("OPTD") = true then item.getinspector.modifiedformpages("Message").controls("TextBox1").visible
|
| pick folder | 27 Oct 2005 16:27 GMT | 1 |
I saw the method "pickFolder" used in a sapme code and love it!! Is there a method of picking a file in a folder? thanks, Yonina.
|
| Sending mail through Outlook using external program | 27 Oct 2005 14:21 GMT | 1 |
I have a program written in vb.net which uses Outlook 2003 to send mail. But everytime I send a mail I get a message saying that another program is trying to send mail and if I want to allow it. Is it possible to disable this window. Thanks
|
| Sending Outlook003-mails via activeX | 27 Oct 2005 13:42 GMT | 1 |
(I already posted this to microsoft.public.office.access.activexconrol, since I was not sure where to post it) With Outlook2002 I could send emails via an ActiveX-command from outside outlook (without starting outlook, i.e. Matlab) automatically. With the new
|
| Option Buttons automatically chosing Field | 26 Oct 2005 19:20 GMT | 5 |
I'm getting really really really fed up with this. I have a new Post form that I'm working on. Single page (not seperate read\post pages). I have added three different groups of option buttons. I bind the first group to one Field. Then when I try to bind
|
| textbox visible or not with click of a checkbox | 26 Oct 2005 16:57 GMT | 3 |
I am trying to set it so that I have a userform that when a checkbox is clicked a textbox field will start. I have tried the set (obj) style, i have tried the item.userproperities and i cannot get it to work. currently this is what i have
|
| Enables/disabling actions takes effect 2nd open | 25 Oct 2005 19:04 GMT | 6 |
I'm running Outlook 2003 with custom forms. My form carries some script coding which changes the Enable flag of an action in Item_Open based on a customer property which is set during item creation. This changes doesn't take effect the first time the item is opened. Using my trace
|