| Thread | Last Post | Replies |
|
| Anlagen speichern | 19 Feb 2005 15:44 GMT | 1 |
Code is required. These samples show a couple of different ways to save attachments: http://www.outlookcode.com/codedetail.aspx?id=70 http://www.slovaktech.com/code_samples.htm#StripAttachments
|
| Outlook 2002 Save | 19 Feb 2005 09:19 GMT | 4 |
I have written some code which gets data from a web site and converts if to appointments in calendar. I have also added a toolbar and button to do this in a click. Some data is stored in a user form which I would like to be saved
|
| Prevent the permissions dialog box in vba | 18 Feb 2005 21:40 GMT | 1 |
I'm getting involved in Outlook VBA. I'm pretty good in Access VBA. One annoying thing thus far. When I run a module in Outlook VBA, Outlook comes up with a dialog box asking for permission to run and a time limit to allow the run. The max limit being 10 mins. How can I prevent ...
|
| Removing attachments (automatically) from Outlook 2003 messages... | 18 Feb 2005 21:40 GMT | 1 |
I have an Outlook rule that shunts certain messages to a specific Outlook folder. I need to automatically save the message attachments to a specific network folder as they arrive. Can this be done by modifying the rule?? Or do I need to write a VBA application to run externally to
|
| How to detect Custom form? | 18 Feb 2005 19:32 GMT | 1 |
I'm having a little trouble detecting a custom form using CDO. I'm trying to walk the Public folder structure looking for contact folders, but we use a custom contact folder with an Id of "IPM.Contact.Contact Manager". I'd like to be able to detect if I've found this folder ...
|
| How to display a field as a contact item | 18 Feb 2005 16:36 GMT | 1 |
I have a form with a user defined text field that will be used to store email addresses. How can I set this field to be recognized as a contact, and appear as that (with the underlined name and a link to the email adress), when
|
| remove all contact item attachments from Public folders | 18 Feb 2005 16:29 GMT | 1 |
I need to start at the top level of "All Public Folders" and recursively loop through all subfolders and get the path for linked attachments and actually extract imbedded attachments to the file system. I need to write all of this to a file or database to use for populating a new ...
|
| Mark email as read | 18 Feb 2005 15:21 GMT | 2 |
I use some email messages, with a specific subject, to control a workflow system in outlook. So, these emails are consumed by the application on the
|
| Avoiding duplicate Contact info | 18 Feb 2005 15:16 GMT | 5 |
I've written a VB program to dump all contact info from our helpdesk system and added these 1631 contacts to outlook - fine. Run it a second time and it does not update the existing
|
| Race condition with rules? | 18 Feb 2005 14:31 GMT | 3 |
I've got a rule where a script is run for each incoming mail message. I have a following rule that adds a category to the mail message based on who the message comes from. My problem is that the rule that adds the category to the mail message
|
| Outlook.exe | 18 Feb 2005 05:34 GMT | 3 |
Outlook Is use 95-100% of my CPU all the time. And that makes my fans run all the time trying to keep my CPU cool. How can I fix this without closing Outlook?
|
| IMAP trash script | 18 Feb 2005 00:02 GMT | 5 |
Does anyone know of a script that's been developed or a third-party utility that will move any deleted messages to a trash bin when using IMAP with Outlook 2003? As everyone knows the default behavior is just to strike out any deleted messages, which then have to be purged.
|
| Hyperlink in Journal... | 17 Feb 2005 22:59 GMT | 8 |
I can go myitem.Body = file:\\\G:\My%20Documents\test.txt and I get a clicky. If I go
|
| how to send mail from an alternative account | 17 Feb 2005 21:05 GMT | 1 |
In my Outlook XP predefinited profile I set -mail account (default account) -other account what have I to do to to change active account in my session?
|
| accessing hotmail mails from ms outlook | 17 Feb 2005 16:03 GMT | 1 |
As the hotmail has set high security standard like typing the words appearing in the picture and entering the inbox, we are facing problem in freely accessing the mails from the MS Outlook 2003. Kindly help us providing a solution or give us a plugin so that we can easily access ...
|