| Thread | Last Post | Replies |
|
| How to add a custom contact source to Outlook? | 13 Nov 2006 19:43 GMT | 6 |
I've been given a customer address database. Now I should write a data source that brings this contatcs from the database into outlook (like the personal address book). I never developed an office extension so I absolutely have no idea where to
|
| Cannot get customer form to appear on other computers | 13 Nov 2006 18:04 GMT | 1 |
I created a custom outlook form and saved it to my desktop as a *.oft file. It works fine on my computer however when I send it as an attachment for others to than use all they get when the file is opened is a blank email. I have followed the different suggestions on here ...
|
| Adding a field | 13 Nov 2006 13:26 GMT | 1 |
I have created a field - Spouse Bday. I want it to show up on the main form in one of my contact subfolders. I have edited and published, but it only does one contact at a time. I want to make one change to the form for this specific set of contacts. I am thinking like Access, ...
|
| Can you make a form that will preview in the reading pane? | 13 Nov 2006 13:26 GMT | 1 |
I am needing to make a form that has multiple boxes, text and numbers, but I am thus far unable to get the end result to preview in the reading pane of whomever it is sent to. I have been starting with the default message type form, deleting the actual message area and inserting ...
|
| Outlook 2003, Designed Forms and button event handlers | 13 Nov 2006 13:25 GMT | 3 |
I need to fix a Designed Form in Outlook 2003. A contact form is done with a previous version of Outlook, and the custom buttons are not working anymore. When I select Tools|Forms|Design This Form..., and Form|View Code..., I can see the event handlers for the buttons on the form ...
|
| Custom form in public folder always wants to save changes | 10 Nov 2006 19:59 GMT | 6 |
I have a problem with a custom form that I've published in a public folder (contact items) and set as the default (only allowable) form. Every time you open one of the contacts, regardless of whether you make a change to the contact, Outlook always asks if you want to Save ...
|
| Creating custom journal entry type in OL2003 | 09 Nov 2006 16:12 GMT | 2 |
How can I create custom entries for the journal entry type in Outlook 2003. Thanks! Betty Morgan
|
| Exception occured when retrieving ContactItem in olFolderContacts | 09 Nov 2006 15:54 GMT | 1 |
I'm using the following code to try to retrieve ContactItems in Outlook: Outlook.MAPIFolder defaultFolder = applicationObject.GetNamespace ("MAPI").GetDefaultFolder(Outlook.OlDefaultFolders.olFolderContacts); foreach (Outlook.ContactItem item in defaultFolder.Items)
|
| Checkbox valdiation formula | 09 Nov 2006 00:46 GMT | 1 |
I have two checkboxes on a custom form, 'yes' and 'no'. I want to create formula that says if neither yes or no is selected then a validation message will appear asking for one of the boxes to be selected. This is how my formula looks now:
|
| If Then Formula | 08 Nov 2006 18:16 GMT | 5 |
I am trying to create an If Then formula that will populate a name when a spefic checkbox is selected. The checkboxes are: lobby boardroom
|
| My Form Pages are not getting hidden | 08 Nov 2006 16:02 GMT | 9 |
I have created a mail form with 4 pages. Now, by default I have hidden all the forms except for the default mail page. As per the value selected by the user, these form pages were populated. I wrote a script using either one of the two mentioned below:
|
| copying MAPI properties | 08 Nov 2006 15:16 GMT | 1 |
I am using C# in VS 2005 and VSTO SE Beta. My aim is to create a new MailItem that has some of the same properties of another MailItem. Using MAPI you could do it using the IMAPIProp::CopyTo() function and specifying which properties you wanted to copy from one MailItem
|
| OL2003 remove form from organisational forms library | 08 Nov 2006 14:34 GMT | 1 |
I hope this is the right place for this question... I've been banging my head trying to get rid of an old form in Exch 2003/OL 2003. All the places I've found information state I should be able to go to tools-other-advanced options-custom forms-manage forms then highlight the
|
| Change Default folder for Templates | 08 Nov 2006 14:32 GMT | 1 |
I am trying to find out how to change the default folder location that outlook looks for templates. I want to be able to store the templates on a shared drive but everytime you click Forms, Choose Forms, User templates from file system it reverts to my local apps data and I have
|
| Infor. - Form | 07 Nov 2006 17:13 GMT | 1 |
HI.... I am trying to use some forms..... with outlook 2000 + exchange 2000 server, so i already make my forms and publish it in my exchange, I gave all permissions for my users but when they sent the form to other user, this
|