| Thread | Last Post | Replies |
|
| Append to Notes Field | 18 Jul 2005 17:34 GMT | 3 |
For the Contacts in the current view (usually a category), I want a macro that will 1) ask for a text input from the user; 2) precede the text with the current date and time; then 3) append it to the Notes field of each Contact. Or, I'd like info on a good substitute or add-in. ...
|
| Problems with OVC | 17 Jul 2005 13:52 GMT | 3 |
Outlook2000. I have learned about OVC in the Jumpstart-book, but I can't figure out to change the view. On a new form I have added a OVC, so that I see my Inbox, but how can I change it to ex. the Calendar?
|
| searching for contacts | 17 Jul 2005 09:19 GMT | 1 |
When I type a contact into the search window on the menu bar, it will only find a contact if it's in "contacts", but I have 500 contacts in a sub-folder under "contacts" called "Florida". Is there a way to make it look in all my contact folders?
|
| Trying to emulate a "Find" in code | 15 Jul 2005 22:34 GMT | 5 |
I am trying to filter the email items that are displayed based on the contents of the subject line and including items from (2) different folders (specifically, the Inbox and the Sent Items folders). I've tried a number of methods to accomplish this but it's not coming together for
|
| Searching for UserProperty | 15 Jul 2005 21:45 GMT | 1 |
I'm storing a unique number with a journal item. I want to be able to search by that number and modify that entry later on. So far I can get it stored fine by doing this. Store info
|
| Meeting request Macros? | 15 Jul 2005 20:39 GMT | 1 |
When a "Meeting Request" comes in, I want to run a VB script to perform a number of things... 1) If it matches a template then.... (otherwise exit) - Accept it and return the reply
|
| a macro for changing currecnt view | 15 Jul 2005 20:04 GMT | 3 |
I miss the "record macro" feature Word has... I learn a lot from looking at the code after I've reacorded something. I'm wanting to put a few button on my toolbar that will automatically change the current view of my contacts. I frequently change views, and a few
|
| How to open the create new inspectors... | 15 Jul 2005 19:59 GMT | 2 |
Hello, I have been searching for a way to open the "create new" inspectors, the ones that show up when you click on the "new" buttons either for emails or appointments, and have not been able to find a way. Could anyone enlighten me
|
| Appointment Label Setting and Voting Buttons | 15 Jul 2005 17:58 GMT | 9 |
How do you set the label of an appointment item? Does Anyone know about voting buttons? I would like to write a script that updates the persons Calendar when they select a date choice using voting buttons.
|
| Calling item.send from another application (access 2003) | 15 Jul 2005 17:38 GMT | 1 |
When generating a mail message using sendobject in Access, I get the message described below: When you run a program that uses the Microsoft Outlook object model to call the Send method, you receive a warning message. This warning message tells
|
| Missing Reference | 15 Jul 2005 17:37 GMT | 2 |
You know the list of references used if you go to "Tools->References"? Well, I have two Win2K boxes and a routine that I wrote works on one and not the other. The one that it works on has a reference called "Microsoft Forms 2.0 Object Library" which is nowhere to be found on the ...
|
| VBA Save Attachments causes type mismatch on Next statement. | 15 Jul 2005 07:12 GMT | 5 |
Here is the code: Set myolApp = Outlook.Application Set myNameSpace = myolApp.GetNamespace("MAPI") Set myFolder = myNameSpace.PickFolder
|
| A button on a toolbar to open a .pst file | 14 Jul 2005 22:23 GMT | 3 |
I would like to place a button on an existing toolbar that with one click will open my wife's .pst file and will show that button as pressed, and with the next click will close/remove her .pst file and show that button as unpressed.
|
| Embedded images before sending | 14 Jul 2005 18:12 GMT | 3 |
I want to make a Office Add-in for Outlook. This application generates HTML Email messages with images. This Add-In works fine if i send e-mail. The images are embedded. But, i want to save the e-mail just before sending to a .msg file on disk. Also with embedded images. This ...
|
| Access All Contact Fields | 14 Jul 2005 17:07 GMT | 3 |
I am creating a Word 2002 application to integrate with Outlook 2003. Does anyone know a way to programmatically loop through all the fields in the "All Contact Fields" list?
|