| Thread | Last Post | Replies |
|
| Attachments and Forms | 11 Aug 2006 08:24 GMT | 6 |
Hi; I am trying to get multiple attachments to work with custom forms. The main issue that I have is that on read outlook seems to determine the size of the attachment window as a part of the size of the message window. It ends
|
| Blank Form | 11 Aug 2006 04:21 GMT | 1 |
Environment: Windows Server 2003 - Exchange Server Outlook Version: 2003 SP1 I created a form within our network. The form works great for users running on Exchange. However, I have offsite users who use POP3. When the POP3
|
| Auto Signature | 11 Aug 2006 04:21 GMT | 1 |
I had auto signature turned off when I created my forms. It now appears it has turned it off for anyone who replies also. Is there any way I can turn it back on for the form. I did turn it on in Outlook, went back into the form and republished it, but it still does not appear.
|
| Form Issues | 11 Aug 2006 04:19 GMT | 2 |
Thank you the rapid response on my last question. The checkbox is now in the Tab Order. However, your instructions for binding the checkboxes to a Yes/No value was not successful. I am using Office/ Outlook 2003 if that is more helpful. In the form design mode I clicked on the ...
|
| Custom IPM.Note Form - Message Field Trouble | 11 Aug 2006 03:50 GMT | 1 |
OL2003 - Custom Form Based on the IPM.Note I'm creating a custom form for Travel Authorization Requests (my 1st custom form attempt), and everything is working beautifully except for the Message field. When I create a new instance of the form, it automatically inserts 6
|
| Outlook 2003: Require category for meeting requests? | 11 Aug 2006 00:08 GMT | 1 |
I modified the Appointment form to require a category and to set a default value, and I made this the default form when posting to my Calendar folder. I confirmed that when I create an appointment/meeting, it uses this form and the category is set by
|
| Can I create a mail form template with voting buttons in Outlook | 10 Aug 2006 16:39 GMT | 1 |
I am trying to create an Outlook email form template for use by anyone in our company. I need it to be set at high priority, with follow-up flag on, and to include voting buttons. I set up a message the way I want, but when I save it as a
|
| how to disable "forward" and "replyall" on an email programitcaly | 10 Aug 2006 15:46 GMT | 1 |
how to disable "forward" and "replyall" on an email programitcally?
|
| Best way to get data from Item before send? | 10 Aug 2006 14:46 GMT | 4 |
Hello, I'm now on my first custom Outlook Form. It's nothing fancy. It's just code on the sender's end. So I am using olMailItem to send mail to avoid sending the entire form so the recipient does not get a "cannot view in the reading pane" message. I've just added a few
|
| Publish Form to Outlook Folder | 10 Aug 2006 13:43 GMT | 2 |
I have published a form to an outlook folder. It says the form is in the folder but you can't see the form when you click on the folder. How do I acces this form after it is published to this folder?
|
| Moving data from Form Item to olMailItem | 10 Aug 2006 04:46 GMT | 5 |
Is it okay to do this, assuming the addresses are valid, in my send routine? Or should there be some kind of loop to extract all recipients from the Item and add them again individually? Set olapp = CreateObject("Outlook.Application")
|
| Published Message Forms in Public Folders Don't Retain Data | 09 Aug 2006 22:27 GMT | 4 |
We run Outlook 2003 SP2 as a client to Exchange 2003. I've set up a Public Folder and published a message to this folder that includes a P.2 page that contains text boxes for data entry. After someone opens and sends the message form including data in the P.2 page, the data is ...
|
| Reading a Custom Appointment Item's Conflict Property in Item_Write Function | 09 Aug 2006 18:53 GMT | 2 |
I am implementing a COM add-in in OL2003 which allows users to schedule phone calls using an external soft-phone. I have created a custom form which is based on the Appointment Item form, and have published it in the Calendar folder, and so all of the appointment item properties are
|
| List Boxes | 08 Aug 2006 23:38 GMT | 7 |
I have added List boxes to a new form. When they receive the email they check the boxes and send the email. However, when I open their sent mail the boxes are no longer checked. I read the email that indicated properties, values and add new. But I've typed the question in ...
|
| Binding a Control to an ADODC Control, Is it possible | 08 Aug 2006 22:02 GMT | 1 |
If I want to add an ADODC control to my form (Have one and it's working great) but also want to add a Data Grid. Is there a way to bind the grid to the data control, or do I have to fill it manualy and save the data back manually as well? Thanks.
|