| Thread | Last Post | Replies |
|
| Creating an email footer for all emails | 30 Mar 2007 17:12 GMT | 1 |
I'm not sure if this is the right topic section but here it is: Is there a way to create a template email footer that is included in all outgoing emails. This template will have marketing text as well as our logo (branding)? If so, could outlook pull the text from a database via ...
|
| Double Flagging System in Contact Form | 30 Mar 2007 00:28 GMT | 2 |
I am trying to create a dual flagging system or a drop down with set fields in a contact form for contact tracking purposes. How do I do this? I can't use the flagging mechanism twice and I am already using it for a tracking purpose and now have need for a secondary. A drop ...
|
| Working with MultiValue Listbox - hide the second column? | 29 Mar 2007 23:21 GMT | 3 |
All, I have an Outlook custom form that allows the user to search for the current contact's email address on a selectable contacts folder (namespace.PickFolder). The script works well and returns the first email
|
| Get Windows Username | 29 Mar 2007 20:01 GMT | 2 |
I'm using the following code with my custom form: Sub cmdSubmit_Click() Dim oWsNetwork Set oWsNetwork = CreateObject("WScript.Network")
|
| How do I send a message which cannot be forwarded | 29 Mar 2007 16:36 GMT | 1 |
There is a function in outlook to be able to send messages which cannot be forwarded by the recipient. Will appreciate if you can advise on the steps to get this form established on Outlook 2003
|
| ou2007 custom form icon change on event | 29 Mar 2007 12:22 GMT | 5 |
How can I change icon after read an IPM.Note.xxxx custom forms? thanks
|
| BCC | 28 Mar 2007 23:37 GMT | 20 |
I created a BCC: field so that a specific user is copied anytime the form is submitted. I want that same person to be BCC-ed when the form is forwarded as well. For some reason, I cannot figure this out. Does anyone have any information on this?
|
| Too much space between ListBox items | 28 Mar 2007 20:53 GMT | 4 |
All, I have a custom Contacts form (Outlook 2003) with a ListBox that gets populated from an XML file on the local computer every time the form is loaded (contact opens, new contact).
|
| Business Days Validation | 28 Mar 2007 14:19 GMT | 5 |
I need help writing a validation rule. In the form that I am creating, there is a turn around time (ETA) of at least 10 business days. I would like to write a validation that tells the user to enter another date if the date they entered (Date Needed) is less than 10 business days ...
|
| Outlook 2007 COM Addin Hang while typing in message body | 28 Mar 2007 13:59 GMT | 3 |
Has anybody else had trouble with a COM Addin causing Outlook 2007 to hang or perform slowly while typing in the message body of an e-mail? The problem ocurrs intermittently and seems to go away if we turn off our COM Addin. It appears to be something that OL2007 introduced and ...
|
| find all intrinsic folders such as Inbox, Deleted Items, ... | 28 Mar 2007 02:56 GMT | 1 |
using VSTO2005SE, I need to find all intrinsic folders such as Inbox, Deleted Items, Outbox,... for the moment I'm doing liket that : ...Session.GetDefaultFolder(Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderDeletedItems);
|
| Validating | 28 Mar 2007 02:14 GMT | 1 |
I've created a form with two actionboxes: "Okay" and "Not okay". When the receiver has choosen "Not okay" then he should fill in a textbox. I want to validate this textbox: The textbox must be filled if choosen "Not okay". How do I do that?
|
| Form Design how to add a date selector connected to scheduler | 28 Mar 2007 01:51 GMT | 2 |
Outlook 2003. In a contact template form, a custom date field with a calendar control is required. This would be similar to the down arrow besides the birthdate or aniversary
|
| Attaching forms to use in Outlook | 26 Mar 2007 21:11 GMT | 1 |
Help! I need to be able to attach a form to be completed whenever someone e-mails me; sort of like the Out-of-Office auto response. I have created the form. How do I set up my Outlook to allow this form to automatically reply to the e-mail address from which it was sent.
|
| Outlook 2007 & Excell 2007 | 26 Mar 2007 21:06 GMT | 1 |
Is it possible to design a form in task, outlook, with an excel table imbedded, so that when I capture numerical values, it will calculate automatically?
|