| Thread | Last Post | Replies |
|
| Can this be done in Outlook? | 05 Nov 2004 08:28 GMT | 1 |
This is what I'm trying to do. I would like for outlook to check all incoming mail containing a certain word in the subject. (That's the easy part) But this word needs to trigger a batch file to run a few commands that will
|
| Programmatically toggling the Outlook SysTray icon | 04 Nov 2004 22:51 GMT | 2 |
I have a program that sorts email based on the NewMail event. I auto move it to a particular folder, and do .UnRead = False However, the Outlook SysTray icon that notifies me that new mail has arrived is still displayed. How can I programmatically turn this off if
|
| NewMail event and Rules | 04 Nov 2004 22:50 GMT | 2 |
I have tested out which fires first, a rule or the NewMail event in OL 2002. The rule applies first. This makes it very difficult to figure out which email was just received. Normally, I'd get the default inbox folder and take the first item, but
|
| Saving email attachments in OUtlook using VBA | 04 Nov 2004 22:43 GMT | 4 |
Can email attachments be saved WITHOUT opening the associated mail item using VBA? There is an example in the VBA Help using the SaveAsFile Method but it requires the Mail item to be open for it to work. If there is a way to save the attachment without opening the email can ...
|
| "To: " Fields | 04 Nov 2004 22:23 GMT | 1 |
Hello Group. I have an external database like name - > name@provider.com then, I need to when the user click in new message, when type "name" in the
|
| Delete | 04 Nov 2004 21:47 GMT | 1 |
I am a newbie to Outlook VBA so please have patience. What I need to create is code that I can attach to a button to delete emails from another users folder and then to permanently delete them from the deleted items.
|
| Changing from mail address when mail is sent | 04 Nov 2004 21:33 GMT | 1 |
We have a client that wants to be forced to choose the "from address" of a mail when they press send. So far we have implemented it based on the following article: http://www.win2000mag.com/Articles/Index.cfm?ArticleID=15442
|
| Where are docs for Forms Object Model | 04 Nov 2004 16:12 GMT | 7 |
The documentation for the Outlook Object Model doesn't seem to cover parts of the Forms Object Model. Specifically, I'm looking of docs on the Page object (from the Pages Collection Object). I've found reference to bits of it in some of the example code (like in the docs for the
|
| Using Access to put a meeing in another user's folder | 04 Nov 2004 15:13 GMT | 3 |
We found the code below on pg 230 in Microsoft Programming Jumpstart for etc. This allows us to programmatically place an appointment on another user's calendar. Dim objOtherFolder As Outlook.MAPIFolder
|
| How to access the "Label" property of a calander appointment? | 04 Nov 2004 13:22 GMT | 2 |
Is there a way to access the "Label" (color coding the calender with different types of appointments) from VBA? Thanks!
|
| Adding a new toolbar only when we open the new mail message | 04 Nov 2004 08:33 GMT | 3 |
I want to put a button in the Standard tool bar, while composing a new mail or replying to a mail. How do I do this? Is there an event, that gets triggered when I open the new mail compose
|
| Extracing out data to save into a word file or excel file | 04 Nov 2004 08:24 GMT | 1 |
I work for a company that receives auto receipts for work that has been processed and properly ingested. My question for you, is there a way for a specific line of data to be extracted out and dropped into a XLS file or a word doc? There is always going to be a line of data ...
|
| Windows support on Outlook custom button | 03 Nov 2004 22:37 GMT | 7 |
I created a custom button to be added to Outlook standard toolbar. It's working fine in Outlook 2000. Just wanted to ask if the same code will be running on other earlier versions of Outlook. Thanks.
|
| forward message, keeping original sender name in the field? | 03 Nov 2004 21:23 GMT | 5 |
Hi to everyone, Kindly ask for help for the following task. It happens that I receive messages from the different counterparts and some of these messages forward regularly to other people in my organization. Those people in my
|
| How do I make the Input Folder the default folder | 03 Nov 2004 18:21 GMT | 1 |
When Outlook opens, Personal Folders is the default folder. I would like Outlook to open with Input as the default so I can see my emails without having to switch folders. I am using Outlook 2000. Thanks for your help.
|