| Thread | Last Post | Replies |
|
| Deleting items in public folder | 27 Sep 2005 14:50 GMT | 2 |
I have a curious situation. I want the user to pick a folder, do stuff with each item in the folder and then delete the item (not the folder). When I try this, it seems that I only get through half the folder, then it exits. That means that only half the messages are deleted. If ...
|
| How do I stop emails being deleted from my web-based inbox? | 27 Sep 2005 09:47 GMT | 1 |
I have an account with mail.com and recently had emails directed to my browser with outlook. Now my emails are automatically deleted from my web-based inbox. I need to be able to access my inbox from different computers as I travel often. How do I stop this from happening? I am ...
|
| Outlook Scripts | 27 Sep 2005 09:31 GMT | 1 |
I need to automate the following steps for one user account with Outlook 2003. Step one: When a message arrives thats HTML convert to plain text. Step two: if the message has attachment save those attachments to a designated network folder. Step three: Print the message. ...
|
| New email event | 26 Sep 2005 20:51 GMT | 2 |
I can not find out how to capture new email in the Inbox event with VBA. I need it to automatically handle voting buttons responses. I want to put these emails in to the separete folder. Please let me know if somebody has a solution or idea. Thanks.
|
| Move a flagged mail to a folder and forward it to a distribution l | 26 Sep 2005 20:46 GMT | 1 |
I need to Move a flagged mail to a folder and forward it to a distribution list automatically. I can create a rule to mve and forward the mail if the mail is a new one. But I want the rule to be triggered when I flag the mail.
|
| outlook | 26 Sep 2005 20:29 GMT | 1 |
I want to read the Outlook Address book info---name, phone and email. then compare with database. i don't know how to coding using C#. Please help.
|
| Outlook doesn't know CommandBars | 26 Sep 2005 20:26 GMT | 6 |
I'm trying to work examples right out of the Help, but can't. The line: Set cbrMenu = gobjAppInstance.CommandBars(CBR_NAME) Gets error #438, Object doesn't support this property or method.
|
| Creating Contact Items from Word Form Fields | 26 Sep 2005 20:23 GMT | 1 |
I have a form in Word that is used to collect data similar to that found in Outlook Contact list. Notes: I cannot use InfoPath and yes there are a few Custom Fields in the Outlook Contact list. How can I push the form field values out to Outlook creating new contacts in
|
| Outlook - Sql Server - Web | 26 Sep 2005 20:15 GMT | 1 |
Hi!... I need to do my system, with permission to add contacts, by means of Outlook (easy), and by Web-Form (not easy, for me). And the database is all in Sql Server.
|
| OPening a VBA form in outlook | 26 Sep 2005 20:13 GMT | 1 |
I posted this on the general forums, but got no response (it probably should have been here. ) I'm just getting my head around VBA in outlook, and have created a form from the VBA project API, within outlook (2000).
|
| Check My Code: Contacts Not Going to the Right Folder | 26 Sep 2005 20:09 GMT | 2 |
In the code below, form field data is leaving Word and going to an Outlook contact list. Everything works EXCEPT it puts the new contact in my default contact folder instead of the custom folder... can anyone identify what I did wrong? Public Sub AddContact() Dim objOutlook As ...
|
| Auto-date in the "Subject Line" | 26 Sep 2005 20:06 GMT | 1 |
I apologize, I previously posted this in the wrong area. This is probably too easy. I've created a custom button that will open a new email. I have the recipients pre-loaded and part of body filled out. This goes to all my sales staff daily--I attach the daily sales figures. ...
|
| Print on different printer | 26 Sep 2005 19:26 GMT | 1 |
I have Outlook 2003, and a very simple question. Yes, I have searched, but I guess I am about as blind as a bat on this one. I am trying to print a plain-text e-mail to a printer other than the default printer. It's that simple.
|
| Outlook Macro | 26 Sep 2005 18:51 GMT | 1 |
I need a macro that will change the AutoSignature to none and then either open the Stationery picker or choose a specific stationery.
|
| Attachment delete method | 26 Sep 2005 14:49 GMT | 4 |
I use OL 2003 and I use the following code to save the incoming mail attachments (based on a rule of the sender name and subject) on a specific folder in My Documents, delete the attachments and clear the space: strControl = subsubfolder.Items.Count
|