| Thread | Last Post | Replies |
|
| Add Reminder To Incoming Meeting Requests | 07 Mar 2006 17:49 GMT | 5 |
I have a person I work with that consistently forgets to check the "reminder" box when sending out meeting makers. Coincidently, this causes others (myself included) from attending her meetings on time which frustrates everyone. I am looking for a way to check for new meetings as ...
|
| To rename outlook mail attachment to sender's email address | 07 Mar 2006 17:41 GMT | 1 |
I want to rename my email attachment received to attachment name same as the sender address. In more detail: If my email is received from the address say anu.gup@yahoo.com and the attachment name is skills.doc i want to
|
| How do I access appointments and contact events | 07 Mar 2006 12:47 GMT | 1 |
For Outlook 2003: 1. I need scripts that will allow me to specify a date and time for a calendar event and return its contents. 2. I need scripts that will allow me to return the contents of the contacts
|
| Automating folder export from Outlook to Access | 06 Mar 2006 18:15 GMT | 1 |
I have a custom Access database that is a bulk mailing program for my small business to send emails to my customers (not spam!). Before sending mail, I export a folder in Outlook to an Access MDB file and then open the custom database which runs a VB subroutine that iterates
|
| I need code to record history in Business Contact Manager with VB | 06 Mar 2006 18:02 GMT | 1 |
I want to save history of actions to a contact history by selecting contact name and posting a history or note by using VBA. I already have a userform that loads all my contact names and I need to select a name and post a note or history of a quote into my Business Contact ...
|
| Adding a 2nd button (functionality not working) | 06 Mar 2006 17:35 GMT | 3 |
I'm a hack at writing this code, but here goes. I added a toggle button several months ago that works great for adding Read Receipts. Now, I'd like to add another button that allows me to select whether I save a copy in the Sent Items folder. I figured out the correct code for ...
|
| Re-Installed Outlook 2003 - Now Get "An Object Can Not Be Found" E | 06 Mar 2006 13:11 GMT | 4 |
I have a VB.Net program that monitors Outlook for emails within a group's mailbox (ppodata). My server crashed last week and I had to re-install Outllook 2003 with SP2. My .Net program worked fine until the re-install. When I now start
|
| Sum up overtime hours for my sent mails over one year | 06 Mar 2006 08:00 GMT | 1 |
I have some experience in vba programming but a newbie in outlook programming. Can anyone help me to write a code in outlook to calculate how many hours I have worked for my boss for the past one year. My working hours are 9:00AM - 5:00PM. Everyday I sent an daily progress update to ...
|
| Change default mailbox | 05 Mar 2006 14:52 GMT | 3 |
I am using the following code to pull emails out of outlook and put them in a table in Access. The problem I'm having is that I want to pull emails from an Inbox other than my default Inbox. How do I do that? Option Compare Database
|
| .NET AddIn Question re:UserControl in Folder homepage | 04 Mar 2006 12:24 GMT | 8 |
I have a .NET winforms UserControl hosted inside a HTML page which is referenced as a Outlook Folder Home Page. (Kind of like the recent MSFT CRM Integration example) The .NET UserControl is initialized by using the following bit of jscript in
|
| Setup outlook swear filter | 03 Mar 2006 20:42 GMT | 1 |
I work for a <20 user co with SBS2003 and exchange and im trying to set up a rule that checks the users outgoing email for swear words, eg sh*t etc etc and if it contains them replies with a message like please do not use company email to swear. but i have tried to setup a sever ...
|
| shortcut to strikethrough the current selected text in a message | 03 Mar 2006 20:36 GMT | 1 |
I'd like a keyboard shortcut or a macro that causes the currently selected text, in an Outlook 2000 message, to become strikethrough ("struckthrough?"). I perform this operation frequently and find doing Format->Font->Strikeout->OK to be lengthy.
|
| Mailing a sheet without saving before | 03 Mar 2006 19:42 GMT | 3 |
I made a program in Excel that mails the Activesheet. For each email I add the name of the repicient. So it is personalized. I want to use a specific Outlook template. To do this, I have to save my Excelsheet first. But that takes a lot of time.
|
| calendar /2 categories/ appointemtitem | 03 Mar 2006 13:37 GMT | 1 |
I have been looking for quite a long time for the following question : On the Outlook calendar (2003), there are 2 fields related to categories - one at the top of the screen "categories of the calendar" (translated
|
| Why do I get a type mismatch when trying to access mail items? | 03 Mar 2006 13:16 GMT | 3 |
Trying to scan through mail messages in Outlook 2003 SP2. The code below works OK if the messages are in the Inbox but not if they are in a mail subfolder. I created this code from an earlier macro that worked fine in Outlook XP. As you can tell from the variable names, most of ...
|